Searched refs:OP_IGET_SHORT (Results 1 – 12 of 12) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_IGET_SHORT.cpp | 1 HANDLE_IGET_X(OP_IGET_SHORT, "", Int, )
|
/dalvik/libdex/ |
D | DexOpcodes.h | 159 OP_IGET_SHORT = 0x58, enumerator 425 H(OP_IGET_SHORT), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 490 case OP_IGET_SHORT: in processInstruction()
|
D | DexVerify.cpp | 1079 case OP_IGET_SHORT: in verifyInstructions()
|
D | Optimize.cpp | 206 case OP_IGET_SHORT: in optimizeMethod()
|
D | CodeVerify.cpp | 3270 case OP_IGET_SHORT: in replaceFailingInstruction() 4788 case OP_IGET_SHORT: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 660 case OP_IGET_SHORT: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 190 case OP_IGET_SHORT: in getByteCodeSize() 651 case OP_IGET_SHORT: in getConstInfo() 1855 case OP_IGET_SHORT: in getVirtualRegInfo() 3988 case OP_IGET_SHORT: in getTempRegInfo()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2407 case OP_IGET_SHORT: in handleFmt22c() 2539 case OP_IGET_SHORT: in handleFmt22c()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 2466 case OP_IGET_SHORT: in handleFmt22c() 2604 case OP_IGET_SHORT: in handleFmt22c()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2107 HANDLE_IGET_X(OP_IGET_SHORT, "", Int, )
|
D | InterpC-portable.cpp | 2118 HANDLE_IGET_X(OP_IGET_SHORT, "", Int, ) in dvmInterpretPortable()
|