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

/dalvik/vm/mterp/c/
H A DOP_LONG_TO_INT.cpp1 HANDLE_NUMCONV(OP_LONG_TO_INT, "long-to-int", _WIDE, _INT)
/dalvik/libdex/
H A DDexOpcodes.h203 OP_LONG_TO_INT = 0x84, enumerator in enum:Opcode
469 H(OP_LONG_TO_INT), \
/dalvik/vm/analysis/
H A DLiveness.cpp533 case OP_LONG_TO_INT:
H A DDexVerify.cpp917 case OP_LONG_TO_INT:
H A DCodeVerify.cpp5528 case OP_LONG_TO_INT:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp754 case OP_LONG_TO_INT:
H A DBytecodeVisitor.cpp244 case OP_LONG_TO_INT:
729 case OP_LONG_TO_INT:
742 if(inst_op == OP_LONG_TO_INT)
2184 case OP_LONG_TO_INT:
4559 case OP_LONG_TO_INT:
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp2033 case OP_LONG_TO_INT:
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp2303 /* File: c/OP_LONG_TO_INT.cpp */
2304 HANDLE_NUMCONV(OP_LONG_TO_INT, "long-to-int", _WIDE, _INT)
H A DInterpC-portable.cpp2314 /* File: c/OP_LONG_TO_INT.cpp */
2315 HANDLE_NUMCONV(OP_LONG_TO_INT, "long-to-int", _WIDE, _INT)
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp2087 case OP_LONG_TO_INT:

Completed in 108 milliseconds