Home
last modified time | relevance | path

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

/dalvik/vm/mterp/c/
DOP_NOT_LONG.cpp1 HANDLE_UNOP(OP_NOT_LONG, "not-long", , ^ 0xffffffffffffffffULL, _WIDE)
/dalvik/libdex/
DDexOpcodes.h197 OP_NOT_LONG = 0x7e, enumerator
463 H(OP_NOT_LONG), \
/dalvik/vm/mterp/
Dconfig-armv7-a-neon107 op OP_NOT_LONG armv6t2
Dconfig-armv7-a107 op OP_NOT_LONG armv6t2
/dalvik/vm/analysis/
DLiveness.cpp546 case OP_NOT_LONG: in processInstruction()
DDexVerify.cpp931 case OP_NOT_LONG: in verifyInstructions()
DCodeVerify.cpp5504 case OP_NOT_LONG: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp742 case OP_NOT_LONG: in lowerByteCode()
DBytecodeVisitor.cpp238 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/
DCodegenDriver.cpp678 case OP_NOT_LONG: in genArithOpLong()
2011 case OP_NOT_LONG: in handleFmt12x()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp737 case OP_NOT_LONG: in genArithOpLong()
2057 case OP_NOT_LONG: in handleFmt12x()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2280 HANDLE_UNOP(OP_NOT_LONG, "not-long", , ^ 0xffffffffffffffffULL, _WIDE) in HANDLE_OPCODE()
DInterpC-portable.cpp2291 HANDLE_UNOP(OP_NOT_LONG, "not-long", , ^ 0xffffffffffffffffULL, _WIDE) in dvmInterpretPortable()