Home
last modified time | relevance | path

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

/dalvik/vm/mterp/c/
DOP_IGET_SHORT_JUMBO.cpp1 HANDLE_IGET_X_JUMBO(OP_IGET_SHORT_JUMBO, "", Int, )
/dalvik/libdex/
DDexOpcodes.h339 OP_IGET_SHORT_JUMBO = 0x10c, enumerator
861 H(OP_IGET_SHORT_JUMBO), \
/dalvik/vm/analysis/
DLiveness.cpp526 case OP_IGET_SHORT_JUMBO: in processInstruction()
DDexVerify.cpp1090 case OP_IGET_SHORT_JUMBO: in verifyInstructions()
DOptimize.cpp253 case OP_IGET_SHORT_JUMBO: in optimizeMethod()
DCodeVerify.cpp3322 case OP_IGET_SHORT_JUMBO: in replaceFailingInstruction()
4855 case OP_IGET_SHORT_JUMBO: in verifyInstruction()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp2449 case OP_IGET_SHORT_JUMBO: in handleFmt22c_Fmt52c()
2599 case OP_IGET_SHORT_JUMBO: in handleFmt22c_Fmt52c()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp3313 HANDLE_IGET_X_JUMBO(OP_IGET_SHORT_JUMBO, "", Int, )
DInterpC-portable.cpp3332 HANDLE_IGET_X_JUMBO(OP_IGET_SHORT_JUMBO, "", Int, ) in dvmInterpretPortable()