Searched refs:OP_NOT_LONG (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_NOT_LONG.cpp | 1 HANDLE_UNOP(OP_NOT_LONG, "not-long", , ^ 0xffffffffffffffffULL, _WIDE)
|
/dalvik/vm/mterp/ |
D | config-armv7-a | 107 op OP_NOT_LONG armv6t2
|
D | config-armv7-a-neon | 107 op OP_NOT_LONG armv6t2
|
D | config-x86-atom | 194 #op OP_NOT_LONG c
|
/dalvik/libdex/ |
D | DexOpcodes.h | 197 OP_NOT_LONG = 0x7e, enumerator 719 H(OP_NOT_LONG), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 585 case OP_NOT_LONG: in processInstruction()
|
D | DexVerify.cpp | 931 case OP_NOT_LONG: in verifyInstructions()
|
D | CodeVerify.cpp | 5605 case OP_NOT_LONG: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 677 case OP_NOT_LONG: in genArithOpLong() 2035 case OP_NOT_LONG: in handleFmt12x()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2370 HANDLE_UNOP(OP_NOT_LONG, "not-long", , ^ 0xffffffffffffffffULL, _WIDE) in HANDLE_OPCODE()
|
D | InterpC-portable.cpp | 2389 HANDLE_UNOP(OP_NOT_LONG, "not-long", , ^ 0xffffffffffffffffULL, _WIDE) in dvmInterpretPortable()
|