Home
last modified time | relevance | path

Searched refs:OP_SGET_SHORT (Results 1 – 11 of 11) sorted by relevance

/dalvik/vm/mterp/c/
DOP_SGET_SHORT.cpp1 HANDLE_SGET_X(OP_SGET_SHORT, "", Int, )
/dalvik/libdex/
DDexOpcodes.h173 OP_SGET_SHORT = 0x66, enumerator
439 H(OP_SGET_SHORT), \
/dalvik/vm/analysis/
DLiveness.cpp461 case OP_SGET_SHORT: in processInstruction()
DOptimize.cpp248 case OP_SGET_SHORT: in optimizeMethod()
DDexVerify.cpp1101 case OP_SGET_SHORT: in verifyInstructions()
DCodeVerify.cpp3284 case OP_SGET_SHORT: in replaceFailingInstruction()
5058 case OP_SGET_SHORT: in verifyInstruction()
/dalvik/vm/mterp/
Dconfig-x86-atom223 #op OP_SGET_SHORT c
/dalvik/vm/compiler/
DFrontend.cpp442 case OP_SGET_SHORT: in dvmCompilerCanIncludeThisInstruction()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2164 HANDLE_SGET_X(OP_SGET_SHORT, "", Int, )
DInterpC-portable.cpp2177 HANDLE_SGET_X(OP_SGET_SHORT, "", Int, ) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp1622 case OP_SGET_SHORT: { in handleFmt21c_Fmt31c()