Home
last modified time | relevance | path

Searched refs:OP_SGET_BOOLEAN (Results 1 – 13 of 13) sorted by relevance

/dalvik/vm/mterp/c/
DOP_SGET_BOOLEAN.cpp1 HANDLE_SGET_X(OP_SGET_BOOLEAN, "", Int, )
/dalvik/libdex/
DDexOpcodes.h170 OP_SGET_BOOLEAN = 0x63, enumerator
436 H(OP_SGET_BOOLEAN), \
/dalvik/vm/analysis/
DLiveness.cpp458 case OP_SGET_BOOLEAN: in processInstruction()
DDexVerify.cpp1098 case OP_SGET_BOOLEAN: in verifyInstructions()
DOptimize.cpp245 case OP_SGET_BOOLEAN: in optimizeMethod()
DCodeVerify.cpp3281 case OP_SGET_BOOLEAN: in replaceFailingInstruction()
5049 case OP_SGET_BOOLEAN: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp690 case OP_SGET_BOOLEAN: in lowerByteCode()
DBytecodeVisitor.cpp208 case OP_SGET_BOOLEAN: in getByteCodeSize()
623 case OP_SGET_BOOLEAN: in getConstInfo()
1934 case OP_SGET_BOOLEAN: in getVirtualRegInfo()
4121 case OP_SGET_BOOLEAN: in getTempRegInfo()
/dalvik/vm/compiler/
DFrontend.cpp439 case OP_SGET_BOOLEAN: in dvmCompilerCanIncludeThisInstruction()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2162 HANDLE_SGET_X(OP_SGET_BOOLEAN, "", Int, )
DInterpC-portable.cpp2173 HANDLE_SGET_X(OP_SGET_BOOLEAN, "", Int, ) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp1627 case OP_SGET_BOOLEAN: in handleFmt21c_Fmt31c()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp1695 case OP_SGET_BOOLEAN: in handleFmt21c_Fmt31c()