Searched refs:OP_NEG_LONG (Results 1 - 10 of 10) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_NEG_LONG.c1 HANDLE_UNOP(OP_NEG_LONG, "neg-long", -, , _WIDE)
/dalvik/libcore/dalvik/src/main/java/dalvik/bytecode/
H A DOpcodes.java165 int OP_NEG_LONG = 0x7d; field in interface:Opcodes
/dalvik/libdex/
H A DOpCode.h213 OP_NEG_LONG = 0x7d, enumerator in enum:OpCode
521 H(OP_NEG_LONG), \
H A DInstrUtils.c77 case OP_NEG_LONG:
398 case OP_NEG_LONG:
728 case OP_NEG_LONG:
/dalvik/vm/analysis/
H A DRegisterMap.c2833 case OP_NEG_LONG:
H A DCodeVerify.c5152 case OP_NEG_LONG:
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.c647 case OP_NEG_LONG: {
1746 case OP_NEG_LONG:
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.c2293 /* File: c/OP_NEG_LONG.c */
2294 HANDLE_UNOP(OP_NEG_LONG, "neg-long", -, , _WIDE)
H A DInterpC-portdbg.c2654 /* File: c/OP_NEG_LONG.c */
2655 HANDLE_UNOP(OP_NEG_LONG, "neg-long", -, , _WIDE)
H A DInterpC-portstd.c2393 /* File: c/OP_NEG_LONG.c */
2394 HANDLE_UNOP(OP_NEG_LONG, "neg-long", -, , _WIDE)

Completed in 57 milliseconds