Searched refs:OP_NEG_INT (Results 1 - 11 of 11) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_NEG_INT.cpp1 HANDLE_UNOP(OP_NEG_INT, "neg-int", -, , )
/dalvik/libdex/
H A DDexOpcodes.h194 OP_NEG_INT = 0x7b, enumerator in enum:Opcode
460 H(OP_NEG_INT), \
/dalvik/vm/analysis/
H A DLiveness.cpp491 case OP_NEG_INT:
H A DDexVerify.cpp861 case OP_NEG_INT:
H A DCodeVerify.cpp5498 case OP_NEG_INT:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp736 case OP_NEG_INT:
H A DBytecodeVisitor.cpp235 case OP_NEG_INT:
727 case OP_NEG_INT:
738 if(inst_op == OP_NEG_INT)
2104 case OP_NEG_INT:
4505 case OP_NEG_INT:
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp788 case OP_NEG_INT:
2007 case OP_NEG_INT:
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp834 case OP_NEG_INT:
2053 case OP_NEG_INT:
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp2267 /* File: c/OP_NEG_INT.cpp */
2268 HANDLE_UNOP(OP_NEG_INT, "neg-int", -, , )
H A DInterpC-portable.cpp2278 /* File: c/OP_NEG_INT.cpp */
2279 HANDLE_UNOP(OP_NEG_INT, "neg-int", -, , )

Completed in 2670 milliseconds