Home
last modified time | relevance | path

Searched refs:OP_SGET_CHAR_JUMBO (Results 1 – 10 of 10) sorted by relevance

/dalvik/vm/mterp/c/
DOP_SGET_CHAR_JUMBO.cpp1 HANDLE_SGET_X_JUMBO(OP_SGET_CHAR_JUMBO, "", Int, )
/dalvik/libdex/
DDexOpcodes.h352 OP_SGET_CHAR_JUMBO = 0x119, enumerator
874 H(OP_SGET_CHAR_JUMBO), \
/dalvik/vm/analysis/
DLiveness.cpp487 case OP_SGET_CHAR_JUMBO: in processInstruction()
DDexVerify.cpp1124 case OP_SGET_CHAR_JUMBO: in verifyInstructions()
DOptimize.cpp322 case OP_SGET_CHAR_JUMBO: in optimizeMethod()
DCodeVerify.cpp3307 case OP_SGET_CHAR_JUMBO: in replaceFailingInstruction()
5135 case OP_SGET_CHAR_JUMBO: in verifyInstruction()
/dalvik/vm/compiler/
DFrontend.cpp454 case OP_SGET_CHAR_JUMBO: in dvmCompilerCanIncludeThisInstruction()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp3376 HANDLE_SGET_X_JUMBO(OP_SGET_CHAR_JUMBO, "", Int, )
DInterpC-portable.cpp3395 HANDLE_SGET_X_JUMBO(OP_SGET_CHAR_JUMBO, "", Int, ) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp1630 case OP_SGET_CHAR_JUMBO: in handleFmt21c_Fmt31c_Fmt41c()