Searched refs:OP_SGET_BYTE (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_SGET_BYTE.cpp | 1 HANDLE_SGET_X(OP_SGET_BYTE, "", Int, )
|
/dalvik/libdex/ |
D | DexOpcodes.h | 171 OP_SGET_BYTE = 0x64, enumerator 437 H(OP_SGET_BYTE), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 459 case OP_SGET_BYTE: in processInstruction()
|
D | Optimize.cpp | 246 case OP_SGET_BYTE: in optimizeMethod()
|
D | DexVerify.cpp | 1099 case OP_SGET_BYTE: in verifyInstructions()
|
D | CodeVerify.cpp | 3282 case OP_SGET_BYTE: in replaceFailingInstruction() 5052 case OP_SGET_BYTE: in verifyInstruction()
|
/dalvik/vm/mterp/ |
D | config-x86-atom | 219 #op OP_SGET_BYTE c
|
/dalvik/vm/compiler/ |
D | Frontend.cpp | 440 case OP_SGET_BYTE: in dvmCompilerCanIncludeThisInstruction()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2156 HANDLE_SGET_X(OP_SGET_BYTE, "", Int, )
|
D | InterpC-portable.cpp | 2169 HANDLE_SGET_X(OP_SGET_BYTE, "", Int, ) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 1621 case OP_SGET_BYTE: in handleFmt21c_Fmt31c()
|