Searched refs:OP_SGET_VOLATILE (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_SGET_VOLATILE.cpp | 1 HANDLE_SGET_X(OP_SGET_VOLATILE, "-volatile", IntVolatile, )
|
/dalvik/libdex/ |
D | DexOpcodes.h | 300 OP_SGET_VOLATILE = 0xe5, enumerator 822 H(OP_SGET_VOLATILE), \
|
/dalvik/vm/mterp/ |
D | config-x86-atom | 283 op OP_SGET_VOLATILE c
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 755 case OP_SGET_VOLATILE: in processInstruction()
|
D | DexVerify.cpp | 1185 case OP_SGET_VOLATILE: in verifyInstructions()
|
D | Optimize.cpp | 290 volatileOpc = OP_SGET_VOLATILE; in optimizeMethod()
|
D | CodeVerify.cpp | 5903 case OP_SGET_VOLATILE: in verifyInstruction()
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86-atom.cpp | 1264 HANDLE_SGET_X(OP_SGET_VOLATILE, "-volatile", IntVolatile, )
|
D | InterpC-allstubs.cpp | 2838 HANDLE_SGET_X(OP_SGET_VOLATILE, "-volatile", IntVolatile, )
|
D | InterpC-portable.cpp | 2857 HANDLE_SGET_X(OP_SGET_VOLATILE, "-volatile", IntVolatile, ) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 1620 case OP_SGET_VOLATILE: in handleFmt21c_Fmt31c_Fmt41c() 1659 isVolatile = (opcode == OP_SGET_VOLATILE) || in handleFmt21c_Fmt31c_Fmt41c()
|