Searched refs:OP_SGET_WIDE (Results 1 – 13 of 13) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_SGET_WIDE.cpp | 1 HANDLE_SGET_X(OP_SGET_WIDE, "-wide", Long, _WIDE)
|
/dalvik/libdex/ |
D | DexOpcodes.h | 168 OP_SGET_WIDE = 0x61, enumerator 434 H(OP_SGET_WIDE), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 471 case OP_SGET_WIDE: in processInstruction()
|
D | DexVerify.cpp | 1111 case OP_SGET_WIDE: in verifyInstructions()
|
D | Optimize.cpp | 252 case OP_SGET_WIDE: in optimizeMethod()
|
D | CodeVerify.cpp | 3285 case OP_SGET_WIDE: in replaceFailingInstruction() 5094 case OP_SGET_WIDE: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 683 case OP_SGET_WIDE: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 203 case OP_SGET_WIDE: in getByteCodeSize() 633 case OP_SGET_WIDE: in getConstInfo() 1929 case OP_SGET_WIDE: in getVirtualRegInfo() 1940 if(inst_op == OP_SGET_WIDE) { in getVirtualRegInfo() 4181 case OP_SGET_WIDE: in getTempRegInfo()
|
/dalvik/vm/compiler/ |
D | Frontend.cpp | 437 case OP_SGET_WIDE: in dvmCompilerCanIncludeThisInstruction()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2154 HANDLE_SGET_X(OP_SGET_WIDE, "-wide", Long, _WIDE)
|
D | InterpC-portable.cpp | 2165 HANDLE_SGET_X(OP_SGET_WIDE, "-wide", Long, _WIDE) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 1676 case OP_SGET_WIDE: { in handleFmt21c_Fmt31c()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 1736 case OP_SGET_WIDE: { in handleFmt21c_Fmt31c()
|