Searched refs:OP_SGET_VOLATILE (Results 1 - 12 of 12) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_SGET_VOLATILE.cpp1 HANDLE_SGET_X(OP_SGET_VOLATILE, "-volatile", IntVolatile, )
/dalvik/libdex/
H A DDexOpcodes.h300 OP_SGET_VOLATILE = 0xe5, enumerator in enum:Opcode
566 H(OP_SGET_VOLATILE), \
/dalvik/vm/analysis/
H A DLiveness.cpp708 case OP_SGET_VOLATILE:
H A DDexVerify.cpp1146 case OP_SGET_VOLATILE:
H A DOptimize.cpp250 volatileOpc = OP_SGET_VOLATILE;
H A DCodeVerify.cpp5794 case OP_SGET_VOLATILE:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp681 case OP_SGET_VOLATILE:
H A DBytecodeVisitor.cpp205 case OP_SGET_VOLATILE:
621 case OP_SGET_VOLATILE:
1931 case OP_SGET_VOLATILE:
4119 case OP_SGET_VOLATILE:
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp1624 case OP_SGET_VOLATILE:
1655 isVolatile = (opcode == OP_SGET_VOLATILE) ||
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp1684 case OP_SGET_VOLATILE:
1715 isVolatile = (opcode == OP_SGET_VOLATILE) ||
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp2747 /* File: c/OP_SGET_VOLATILE.cpp */
2748 HANDLE_SGET_X(OP_SGET_VOLATILE, "-volatile", IntVolatile, )
H A DInterpC-portable.cpp2758 /* File: c/OP_SGET_VOLATILE.cpp */
2759 HANDLE_SGET_X(OP_SGET_VOLATILE, "-volatile", IntVolatile, )

Completed in 276 milliseconds