Home
last modified time | relevance | path

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

/dalvik/vm/mterp/c/
DOP_NOT_LONG.cpp1 HANDLE_UNOP(OP_NOT_LONG, "not-long", , ^ 0xffffffffffffffffULL, _WIDE)
/dalvik/vm/mterp/
Dconfig-armv7-a107 op OP_NOT_LONG armv6t2
Dconfig-armv7-a-neon107 op OP_NOT_LONG armv6t2
Dconfig-x86-atom194 #op OP_NOT_LONG c
/dalvik/libdex/
DDexOpcodes.h197 OP_NOT_LONG = 0x7e, enumerator
719 H(OP_NOT_LONG), \
/dalvik/vm/analysis/
DLiveness.cpp585 case OP_NOT_LONG: in processInstruction()
DDexVerify.cpp931 case OP_NOT_LONG: in verifyInstructions()
DCodeVerify.cpp5605 case OP_NOT_LONG: in verifyInstruction()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp677 case OP_NOT_LONG: in genArithOpLong()
2035 case OP_NOT_LONG: in handleFmt12x()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2370 HANDLE_UNOP(OP_NOT_LONG, "not-long", , ^ 0xffffffffffffffffULL, _WIDE) in HANDLE_OPCODE()
DInterpC-portable.cpp2389 HANDLE_UNOP(OP_NOT_LONG, "not-long", , ^ 0xffffffffffffffffULL, _WIDE) in dvmInterpretPortable()