Searched refs:dvmInterpHandlePackedSwitch (Results 1 - 11 of 11) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_PACKED_SWITCH.cpp23 offset = dvmInterpHandlePackedSwitch(switchData, testVal);
/dalvik/vm/interp/
H A DInterpDefs.h62 extern "C" s4 dvmInterpHandlePackedSwitch(const u2* switchData, s4 testVal);
H A DInterp.cpp999 s4 dvmInterpHandlePackedSwitch(const u2* switchData, s4 testVal) function
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp1859 offset = dvmInterpHandlePackedSwitch(switchData, testVal);
H A DInterpC-portable.cpp1870 offset = dvmInterpHandlePackedSwitch(switchData, testVal);
H A DInterpAsm-armv5te-vfp.S1167 bl dvmInterpHandlePackedSwitch @ r0<- code-unit branch offset
H A DInterpAsm-armv7-a-neon.S1177 bl dvmInterpHandlePackedSwitch @ r0<- code-unit branch offset
H A DInterpAsm-armv7-a.S1177 bl dvmInterpHandlePackedSwitch @ r0<- code-unit branch offset
H A DInterpAsm-x86.S1561 call dvmInterpHandlePackedSwitch
H A DInterpAsm-armv5te.S1167 bl dvmInterpHandlePackedSwitch @ r0<- code-unit branch offset
H A DInterpAsm-mips.S1447 JAL(dvmInterpHandlePackedSwitch) # a0 <- code-unit branch offset

Completed in 405 milliseconds