Home
last modified time | relevance | path

Searched refs:OP_SGET_WIDE (Results 1 – 13 of 13) sorted by relevance

/dalvik/vm/mterp/c/
DOP_SGET_WIDE.cpp1 HANDLE_SGET_X(OP_SGET_WIDE, "-wide", Long, _WIDE)
/dalvik/libdex/
DDexOpcodes.h168 OP_SGET_WIDE = 0x61, enumerator
434 H(OP_SGET_WIDE), \
/dalvik/vm/analysis/
DLiveness.cpp471 case OP_SGET_WIDE: in processInstruction()
DDexVerify.cpp1111 case OP_SGET_WIDE: in verifyInstructions()
DOptimize.cpp252 case OP_SGET_WIDE: in optimizeMethod()
DCodeVerify.cpp3285 case OP_SGET_WIDE: in replaceFailingInstruction()
5094 case OP_SGET_WIDE: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp683 case OP_SGET_WIDE: in lowerByteCode()
DBytecodeVisitor.cpp203 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/
DFrontend.cpp437 case OP_SGET_WIDE: in dvmCompilerCanIncludeThisInstruction()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2154 HANDLE_SGET_X(OP_SGET_WIDE, "-wide", Long, _WIDE)
DInterpC-portable.cpp2165 HANDLE_SGET_X(OP_SGET_WIDE, "-wide", Long, _WIDE) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp1676 case OP_SGET_WIDE: { in handleFmt21c_Fmt31c()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp1736 case OP_SGET_WIDE: { in handleFmt21c_Fmt31c()