Searched refs:OP_SGET_WIDE_VOLATILE (Results 1 – 13 of 13) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_SGET_WIDE_VOLATILE.cpp | 1 HANDLE_SGET_X(OP_SGET_WIDE_VOLATILE, "-wide-volatile", LongVolatile, _WIDE)
|
/dalvik/vm/mterp/ |
D | config-x86 | 43 op OP_SGET_WIDE_VOLATILE c
|
D | config-x86-atom | 291 op OP_SGET_WIDE_VOLATILE c
|
/dalvik/libdex/ |
D | DexOpcodes.h | 305 OP_SGET_WIDE_VOLATILE = 0xea, enumerator 827 H(OP_SGET_WIDE_VOLATILE), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 759 case OP_SGET_WIDE_VOLATILE: in processInstruction()
|
D | DexVerify.cpp | 1193 case OP_SGET_WIDE_VOLATILE: in verifyInstructions()
|
D | Optimize.cpp | 293 volatileOpc = OP_SGET_WIDE_VOLATILE; in optimizeMethod()
|
D | CodeVerify.cpp | 5905 case OP_SGET_WIDE_VOLATILE: in verifyInstruction()
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86.cpp | 1264 HANDLE_SGET_X(OP_SGET_WIDE_VOLATILE, "-wide-volatile", LongVolatile, _WIDE)
|
D | InterpC-x86-atom.cpp | 1284 HANDLE_SGET_X(OP_SGET_WIDE_VOLATILE, "-wide-volatile", LongVolatile, _WIDE)
|
D | InterpC-allstubs.cpp | 2858 HANDLE_SGET_X(OP_SGET_WIDE_VOLATILE, "-wide-volatile", LongVolatile, _WIDE)
|
D | InterpC-portable.cpp | 2877 HANDLE_SGET_X(OP_SGET_WIDE_VOLATILE, "-wide-volatile", LongVolatile, _WIDE) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 1905 case OP_SGET_WIDE_VOLATILE: in handleFmt21c_Fmt31c_Fmt41c()
|