Searched refs:OP_IGET_QUICK (Results 1 – 14 of 14) 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
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 687 case OP_IGET_QUICK: in processInstruction()
|
D | DexVerify.cpp | 1162 case OP_IGET_QUICK: in verifyInstructions()
|
D | Optimize.cpp | 206 quickOpc = OP_IGET_QUICK; in optimizeMethod()
|
D | CodeVerify.cpp | 5767 case OP_IGET_QUICK: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 953 case OP_IGET_QUICK: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 357 case OP_IGET_QUICK: in getByteCodeSize() 652 case OP_IGET_QUICK: in getConstInfo() 1856 case OP_IGET_QUICK: in getVirtualRegInfo() 4216 case OP_IGET_QUICK: in getTempRegInfo()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2958 HANDLE_IGET_X_QUICK(OP_IGET_QUICK, "", Int, )
|
D | InterpC-portable.cpp | 2969 HANDLE_IGET_X_QUICK(OP_IGET_QUICK, "", Int, ) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2577 case OP_IGET_QUICK: in handleFmt22cs()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 2637 case OP_IGET_QUICK: in handleFmt22cs()
|