Searched refs:OP_IGET (Results 1 – 14 of 14) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_IGET.cpp | 1 HANDLE_IGET_X(OP_IGET, "", Int, )
|
/dalvik/libdex/ |
D | DexOpcodes.h | 153 OP_IGET = 0x52, enumerator 419 H(OP_IGET), \
|
/dalvik/vm/mterp/ |
D | config-armv7-a-neon | 79 op OP_IGET armv6t2
|
D | config-armv7-a | 79 op OP_IGET armv6t2
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 485 case OP_IGET: in processInstruction()
|
D | DexVerify.cpp | 1074 case OP_IGET: in verifyInstructions()
|
D | Optimize.cpp | 201 case OP_IGET: in optimizeMethod()
|
D | CodeVerify.cpp | 3266 case OP_IGET: // insn[1] == field ref, 2 bytes in replaceFailingInstruction() 4776 case OP_IGET: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 644 case OP_IGET: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 181 case OP_IGET: in getByteCodeSize() 644 case OP_IGET: in getConstInfo() 1846 case OP_IGET: in getVirtualRegInfo() 3981 case OP_IGET: in getTempRegInfo()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2406 case OP_IGET: in handleFmt22c() 2539 case OP_IGET: in handleFmt22c()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 2452 case OP_IGET: in handleFmt22c() 2591 case OP_IGET: in handleFmt22c()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2083 HANDLE_IGET_X(OP_IGET, "", Int, )
|
D | InterpC-portable.cpp | 2094 HANDLE_IGET_X(OP_IGET, "", Int, ) in dvmInterpretPortable()
|