Searched refs:OP_SGET (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_SGET.cpp | 1 HANDLE_SGET_X(OP_SGET, "", Int, )
|
/dalvik/libdex/ |
D | DexOpcodes.h | 167 OP_SGET = 0x60, enumerator 689 H(OP_SGET), \
|
/dalvik/vm/mterp/ |
D | config-x86-atom | 222 #op OP_SGET c
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 480 case OP_SGET: in processInstruction()
|
D | DexVerify.cpp | 1115 case OP_SGET: in verifyInstructions()
|
D | Optimize.cpp | 284 case OP_SGET: in optimizeMethod()
|
D | CodeVerify.cpp | 3290 case OP_SGET: in replaceFailingInstruction() 5122 case OP_SGET: in verifyInstruction()
|
/dalvik/vm/compiler/ |
D | Frontend.cpp | 443 case OP_SGET: in dvmCompilerCanIncludeThisInstruction()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2240 HANDLE_SGET_X(OP_SGET, "", Int, )
|
D | InterpC-portable.cpp | 2259 HANDLE_SGET_X(OP_SGET, "", Int, ) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 1619 case OP_SGET: in handleFmt21c_Fmt31c_Fmt41c()
|