Searched refs:OP_CMP_LONG (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_CMP_LONG.cpp | 1 HANDLE_OP_CMPX(OP_CMP_LONG, "-long", s8, _WIDE, 0)
|
/dalvik/libdex/ |
D | DexOpcodes.h | 120 OP_CMP_LONG = 0x31, enumerator 386 H(OP_CMP_LONG), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 594 case OP_CMP_LONG: in processInstruction()
|
D | DexVerify.cpp | 1026 case OP_CMP_LONG: in verifyInstructions()
|
D | CodeVerify.cpp | 4264 case OP_CMP_LONG: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 590 case OP_CMP_LONG: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 127 case OP_CMP_LONG: in getByteCodeSize() 1005 case OP_CMP_LONG: in getConstInfo() 1691 case OP_CMP_LONG: //load v1, v1+1, v2, v2+1 to gpr in getVirtualRegInfo() 1697 if(inst_op == OP_CMP_LONG) { in getVirtualRegInfo() 4981 case OP_CMP_LONG: in getTempRegInfo()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 1915 HANDLE_OP_CMPX(OP_CMP_LONG, "-long", s8, _WIDE, 0)
|
D | InterpC-portable.cpp | 1926 HANDLE_OP_CMPX(OP_CMP_LONG, "-long", s8, _WIDE, 0) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2725 case OP_CMP_LONG: in handleFmt23x()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 2795 case OP_CMP_LONG: in handleFmt23x()
|