Home
last modified time | relevance | path

Searched refs:OP_IGET_VOLATILE (Results 1 – 12 of 12) sorted by relevance

/dalvik/vm/mterp/c/
DOP_IGET_VOLATILE.cpp1 HANDLE_IGET_X(OP_IGET_VOLATILE, "-volatile", IntVolatile, )
/dalvik/libdex/
DDexOpcodes.h298 OP_IGET_VOLATILE = 0xe3, enumerator
564 H(OP_IGET_VOLATILE), \
/dalvik/vm/analysis/
DLiveness.cpp711 case OP_IGET_VOLATILE: in processInstruction()
DDexVerify.cpp1144 case OP_IGET_VOLATILE: in verifyInstructions()
DOptimize.cpp208 volatileOpc = OP_IGET_VOLATILE; in optimizeMethod()
DCodeVerify.cpp5788 case OP_IGET_VOLATILE: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp645 case OP_IGET_VOLATILE: in lowerByteCode()
DBytecodeVisitor.cpp184 case OP_IGET_VOLATILE: in getByteCodeSize()
646 case OP_IGET_VOLATILE: in getConstInfo()
1849 case OP_IGET_VOLATILE: in getVirtualRegInfo()
3983 case OP_IGET_VOLATILE: in getTempRegInfo()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp2398 case OP_IGET_VOLATILE: in handleFmt22c()
2537 case OP_IGET_VOLATILE: in handleFmt22c()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp2452 case OP_IGET_VOLATILE: in handleFmt22c()
2597 case OP_IGET_VOLATILE: in handleFmt22c()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2740 HANDLE_IGET_X(OP_IGET_VOLATILE, "-volatile", IntVolatile, )
DInterpC-portable.cpp2751 HANDLE_IGET_X(OP_IGET_VOLATILE, "-volatile", IntVolatile, ) in dvmInterpretPortable()