Home
last modified time | relevance | path

Searched refs:OP_SGET_VOLATILE (Results 1 – 11 of 11) sorted by relevance

/dalvik/vm/mterp/c/
DOP_SGET_VOLATILE.cpp1 HANDLE_SGET_X(OP_SGET_VOLATILE, "-volatile", IntVolatile, )
/dalvik/libdex/
DDexOpcodes.h300 OP_SGET_VOLATILE = 0xe5, enumerator
822 H(OP_SGET_VOLATILE), \
/dalvik/vm/mterp/
Dconfig-x86-atom283 op OP_SGET_VOLATILE c
/dalvik/vm/analysis/
DLiveness.cpp755 case OP_SGET_VOLATILE: in processInstruction()
DDexVerify.cpp1185 case OP_SGET_VOLATILE: in verifyInstructions()
DOptimize.cpp290 volatileOpc = OP_SGET_VOLATILE; in optimizeMethod()
DCodeVerify.cpp5903 case OP_SGET_VOLATILE: in verifyInstruction()
/dalvik/vm/mterp/out/
DInterpC-x86-atom.cpp1264 HANDLE_SGET_X(OP_SGET_VOLATILE, "-volatile", IntVolatile, )
DInterpC-allstubs.cpp2838 HANDLE_SGET_X(OP_SGET_VOLATILE, "-volatile", IntVolatile, )
DInterpC-portable.cpp2857 HANDLE_SGET_X(OP_SGET_VOLATILE, "-volatile", IntVolatile, ) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp1620 case OP_SGET_VOLATILE: in handleFmt21c_Fmt31c_Fmt41c()
1659 isVolatile = (opcode == OP_SGET_VOLATILE) || in handleFmt21c_Fmt31c_Fmt41c()