Searched refs:OP_SGET_SHORT (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_SGET_SHORT.cpp | 1 HANDLE_SGET_X(OP_SGET_SHORT, "", Int, )
|
/dalvik/libdex/ |
D | DexOpcodes.h | 173 OP_SGET_SHORT = 0x66, enumerator 439 H(OP_SGET_SHORT), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 461 case OP_SGET_SHORT: in processInstruction()
|
D | Optimize.cpp | 248 case OP_SGET_SHORT: in optimizeMethod()
|
D | DexVerify.cpp | 1101 case OP_SGET_SHORT: in verifyInstructions()
|
D | CodeVerify.cpp | 3284 case OP_SGET_SHORT: in replaceFailingInstruction() 5058 case OP_SGET_SHORT: in verifyInstruction()
|
/dalvik/vm/mterp/ |
D | config-x86-atom | 223 #op OP_SGET_SHORT c
|
/dalvik/vm/compiler/ |
D | Frontend.cpp | 442 case OP_SGET_SHORT: in dvmCompilerCanIncludeThisInstruction()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2164 HANDLE_SGET_X(OP_SGET_SHORT, "", Int, )
|
D | InterpC-portable.cpp | 2177 HANDLE_SGET_X(OP_SGET_SHORT, "", Int, ) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 1622 case OP_SGET_SHORT: { in handleFmt21c_Fmt31c()
|