art/test/800-smali/smali/PackedSwitch.smali

53 lines
766 B
Smali
Raw Normal View History

2025-08-25 08:21:32 +08:00
.class public LPackedSwitch;
.super Ljava/lang/Object;
.method public static packedSwitch(I)I
.registers 2
const/4 v0, 0
packed-switch v0, :switch_data
goto :default
:switch_data
.packed-switch 0x0
:case
.end packed-switch
:return
return v1
:default
goto :return
:case
goto :return
.end method
.method public static packedSwitch_INT_MAX(I)I
.registers 2
const/4 v0, 0
packed-switch v0, :switch_data
goto :default
:switch_data
.packed-switch 0x7FFFFFFE
:case1 # key = INT_MAX - 1
:case2 # key = INT_MAX
.end packed-switch
:return
return v1
:default
goto :return
:case1
goto :return
:case2
goto :return
.end method