Home
last modified time | relevance | path

Searched refs:OP_IGET_OBJECT_JUMBO (Results 1 – 9 of 9) sorted by relevance

/dalvik/vm/mterp/c/
DOP_IGET_OBJECT_JUMBO.cpp1 HANDLE_IGET_X_JUMBO(OP_IGET_OBJECT_JUMBO, "-object", Object, _AS_OBJECT)
/dalvik/libdex/
DDexOpcodes.h335 OP_IGET_OBJECT_JUMBO = 0x108, enumerator
857 H(OP_IGET_OBJECT_JUMBO), \
/dalvik/vm/analysis/
DLiveness.cpp528 case OP_IGET_OBJECT_JUMBO: in processInstruction()
DDexVerify.cpp1082 case OP_IGET_OBJECT_JUMBO: in verifyInstructions()
DOptimize.cpp260 case OP_IGET_OBJECT_JUMBO: in optimizeMethod()
DCodeVerify.cpp3324 case OP_IGET_OBJECT_JUMBO: in replaceFailingInstruction()
4923 case OP_IGET_OBJECT_JUMBO: in verifyInstruction()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp2441 case OP_IGET_OBJECT_JUMBO: in handleFmt22c_Fmt52c()
2591 case OP_IGET_OBJECT_JUMBO: in handleFmt22c_Fmt52c()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp3297 HANDLE_IGET_X_JUMBO(OP_IGET_OBJECT_JUMBO, "-object", Object, _AS_OBJECT)
DInterpC-portable.cpp3316 HANDLE_IGET_X_JUMBO(OP_IGET_OBJECT_JUMBO, "-object", Object, _AS_OBJECT) in dvmInterpretPortable()