Home
last modified time | relevance | path

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

/dalvik/vm/mterp/c/
DOP_INT_TO_LONG.cpp1 HANDLE_NUMCONV(OP_INT_TO_LONG, "int-to-long", _INT, _WIDE)
/dalvik/libdex/
DDexOpcodes.h200 OP_INT_TO_LONG = 0x81, enumerator
466 H(OP_INT_TO_LONG), \
/dalvik/vm/mterp/
Dconfig-armv7-a-neon87 op OP_INT_TO_LONG armv6t2
Dconfig-armv7-a87 op OP_INT_TO_LONG armv6t2
/dalvik/vm/analysis/
DLiveness.cpp524 case OP_INT_TO_LONG: in processInstruction()
DDexVerify.cpp907 case OP_INT_TO_LONG: in verifyInstructions()
DCodeVerify.cpp5516 case OP_INT_TO_LONG: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp748 case OP_INT_TO_LONG: in lowerByteCode()
DBytecodeVisitor.cpp241 case OP_INT_TO_LONG: in getByteCodeSize()
766 case OP_INT_TO_LONG: in getConstInfo()
2136 case OP_INT_TO_LONG: //hard-coded registers in getVirtualRegInfo()
4543 case OP_INT_TO_LONG: //hard-code eax & edx in getTempRegInfo()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2292 HANDLE_NUMCONV(OP_INT_TO_LONG, "int-to-long", _INT, _WIDE) in HANDLE_OPCODE()
DInterpC-portable.cpp2303 HANDLE_NUMCONV(OP_INT_TO_LONG, "int-to-long", _INT, _WIDE) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp2020 case OP_INT_TO_LONG: in handleFmt12x()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp2066 case OP_INT_TO_LONG: in handleFmt12x()