Home
last modified time | relevance | path

Searched refs:OP_IGET_VOLATILE (Results 1 – 11 of 11) 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()
DOptimize.cpp208 volatileOpc = OP_IGET_VOLATILE; in optimizeMethod()
DDexVerify.cpp1144 case OP_IGET_VOLATILE: in verifyInstructions()
DCodeVerify.cpp5788 case OP_IGET_VOLATILE: in verifyInstruction()
/dalvik/vm/mterp/
Dconfig-x86-atom281 op OP_IGET_VOLATILE c
/dalvik/vm/mterp/out/
DInterpC-x86-atom.cpp1156 HANDLE_IGET_X(OP_IGET_VOLATILE, "-volatile", IntVolatile, )
DInterpC-allstubs.cpp2730 HANDLE_IGET_X(OP_IGET_VOLATILE, "-volatile", IntVolatile, )
DInterpC-portable.cpp2743 HANDLE_IGET_X(OP_IGET_VOLATILE, "-volatile", IntVolatile, ) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp2390 case OP_IGET_VOLATILE: in handleFmt22c()
2529 case OP_IGET_VOLATILE: in handleFmt22c()