Searched refs:OP_IGET_QUICK (Results 1 – 12 of 12) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_IGET_QUICK.cpp | 1 HANDLE_IGET_X_QUICK(OP_IGET_QUICK, "", Int, )
|
/dalvik/libdex/ |
D | DexOpcodes.h | 313 OP_IGET_QUICK = 0xf2, enumerator 579 H(OP_IGET_QUICK), \
|
/dalvik/vm/mterp/ |
D | config-armv7-a | 80 op OP_IGET_QUICK armv6t2
|
D | config-armv7-a-neon | 80 op OP_IGET_QUICK armv6t2
|
D | config-x86-atom | 121 #op OP_IGET_QUICK c
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 687 case OP_IGET_QUICK: in processInstruction()
|
D | Optimize.cpp | 206 quickOpc = OP_IGET_QUICK; in optimizeMethod()
|
D | DexVerify.cpp | 1162 case OP_IGET_QUICK: in verifyInstructions()
|
D | CodeVerify.cpp | 5767 case OP_IGET_QUICK: in verifyInstruction()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2948 HANDLE_IGET_X_QUICK(OP_IGET_QUICK, "", Int, )
|
D | InterpC-portable.cpp | 2961 HANDLE_IGET_X_QUICK(OP_IGET_QUICK, "", Int, ) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2569 case OP_IGET_QUICK: in handleFmt22cs()
|