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

/dalvik/vm/mterp/c/
H A DOP_SPARSE_SWITCH.cpp23 offset = dvmInterpHandleSparseSwitch(switchData, testVal);
/dalvik/vm/interp/
H A DInterpDefs.h63 extern "C" s4 dvmInterpHandleSparseSwitch(const u2* switchData, s4 testVal);
H A DInterp.cpp1052 s4 dvmInterpHandleSparseSwitch(const u2* switchData, s4 testVal) function
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp1890 offset = dvmInterpHandleSparseSwitch(switchData, testVal);
H A DInterpC-portable.cpp1901 offset = dvmInterpHandleSparseSwitch(switchData, testVal);
H A DInterpAsm-armv5te-vfp.S1206 bl dvmInterpHandleSparseSwitch @ r0<- code-unit branch offset
H A DInterpAsm-armv7-a-neon.S1216 bl dvmInterpHandleSparseSwitch @ r0<- code-unit branch offset
H A DInterpAsm-armv7-a.S1216 bl dvmInterpHandleSparseSwitch @ r0<- code-unit branch offset
H A DInterpAsm-x86.S1592 call dvmInterpHandleSparseSwitch
H A DInterpAsm-armv5te.S1206 bl dvmInterpHandleSparseSwitch @ r0<- code-unit branch offset
H A DInterpAsm-mips.S1485 JAL(dvmInterpHandleSparseSwitch) # a0 <- code-unit branch offset

Completed in 301 milliseconds