Home
last modified time | relevance | path

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

/dalvik/vm/mterp/c/
DOP_SGET_BYTE.cpp1 HANDLE_SGET_X(OP_SGET_BYTE, "", Int, )
/dalvik/libdex/
DDexOpcodes.h171 OP_SGET_BYTE = 0x64, enumerator
437 H(OP_SGET_BYTE), \
/dalvik/vm/analysis/
DLiveness.cpp459 case OP_SGET_BYTE: in processInstruction()
DOptimize.cpp246 case OP_SGET_BYTE: in optimizeMethod()
DDexVerify.cpp1099 case OP_SGET_BYTE: in verifyInstructions()
DCodeVerify.cpp3282 case OP_SGET_BYTE: in replaceFailingInstruction()
5052 case OP_SGET_BYTE: in verifyInstruction()
/dalvik/vm/mterp/
Dconfig-x86-atom219 #op OP_SGET_BYTE c
/dalvik/vm/compiler/
DFrontend.cpp440 case OP_SGET_BYTE: in dvmCompilerCanIncludeThisInstruction()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2156 HANDLE_SGET_X(OP_SGET_BYTE, "", Int, )
DInterpC-portable.cpp2169 HANDLE_SGET_X(OP_SGET_BYTE, "", Int, ) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp1621 case OP_SGET_BYTE: in handleFmt21c_Fmt31c()