Searched refs:OP_SGET_CHAR (Results 1 – 13 of 13) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_SGET_CHAR.cpp | 1 HANDLE_SGET_X(OP_SGET_CHAR, "", Int, )
|
/dalvik/libdex/ |
D | DexOpcodes.h | 172 OP_SGET_CHAR = 0x65, enumerator 438 H(OP_SGET_CHAR), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 460 case OP_SGET_CHAR: in processInstruction()
|
D | DexVerify.cpp | 1100 case OP_SGET_CHAR: in verifyInstructions()
|
D | Optimize.cpp | 247 case OP_SGET_CHAR: in optimizeMethod()
|
D | CodeVerify.cpp | 3283 case OP_SGET_CHAR: in replaceFailingInstruction() 5055 case OP_SGET_CHAR: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 694 case OP_SGET_CHAR: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 210 case OP_SGET_CHAR: in getByteCodeSize() 625 case OP_SGET_CHAR: in getConstInfo() 1936 case OP_SGET_CHAR: in getVirtualRegInfo() 4123 case OP_SGET_CHAR: in getTempRegInfo()
|
/dalvik/vm/compiler/ |
D | Frontend.cpp | 441 case OP_SGET_CHAR: in dvmCompilerCanIncludeThisInstruction()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2170 HANDLE_SGET_X(OP_SGET_CHAR, "", Int, )
|
D | InterpC-portable.cpp | 2181 HANDLE_SGET_X(OP_SGET_CHAR, "", Int, ) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 1628 case OP_SGET_CHAR: in handleFmt21c_Fmt31c()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 1688 case OP_SGET_CHAR: in handleFmt21c_Fmt31c()
|