Searched refs:OP_NOT_LONG (Results 1 – 13 of 13) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_NOT_LONG.cpp | 1 HANDLE_UNOP(OP_NOT_LONG, "not-long", , ^ 0xffffffffffffffffULL, _WIDE)
|
/dalvik/libdex/ |
D | DexOpcodes.h | 197 OP_NOT_LONG = 0x7e, enumerator 463 H(OP_NOT_LONG), \
|
/dalvik/vm/mterp/ |
D | config-armv7-a-neon | 107 op OP_NOT_LONG armv6t2
|
D | config-armv7-a | 107 op OP_NOT_LONG armv6t2
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 546 case OP_NOT_LONG: in processInstruction()
|
D | DexVerify.cpp | 931 case OP_NOT_LONG: in verifyInstructions()
|
D | CodeVerify.cpp | 5504 case OP_NOT_LONG: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 742 case OP_NOT_LONG: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 238 case OP_NOT_LONG: in getByteCodeSize() 765 case OP_NOT_LONG: in getConstInfo() 2121 case OP_NOT_LONG: in getVirtualRegInfo() 4520 case OP_NOT_LONG: in getTempRegInfo()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 678 case OP_NOT_LONG: in genArithOpLong() 2011 case OP_NOT_LONG: in handleFmt12x()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 737 case OP_NOT_LONG: in genArithOpLong() 2057 case OP_NOT_LONG: in handleFmt12x()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2280 HANDLE_UNOP(OP_NOT_LONG, "not-long", , ^ 0xffffffffffffffffULL, _WIDE) in HANDLE_OPCODE()
|
D | InterpC-portable.cpp | 2291 HANDLE_UNOP(OP_NOT_LONG, "not-long", , ^ 0xffffffffffffffffULL, _WIDE) in dvmInterpretPortable()
|