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

/dalvik/vm/mterp/c/
H A DOP_SGET_OBJECT_VOLATILE.cpp1 HANDLE_SGET_X(OP_SGET_OBJECT_VOLATILE, "-object-volatile", ObjectVolatile, _AS_OBJECT)
/dalvik/libdex/
H A DDexOpcodes.h324 OP_SGET_OBJECT_VOLATILE = 0xfd, enumerator in enum:Opcode
590 H(OP_SGET_OBJECT_VOLATILE), \
/dalvik/vm/analysis/
H A DLiveness.cpp709 case OP_SGET_OBJECT_VOLATILE:
H A DDexVerify.cpp1150 case OP_SGET_OBJECT_VOLATILE:
H A DOptimize.cpp257 volatileOpc = OP_SGET_OBJECT_VOLATILE;
H A DCodeVerify.cpp5796 case OP_SGET_OBJECT_VOLATILE:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp688 case OP_SGET_OBJECT_VOLATILE:
H A DBytecodeVisitor.cpp207 case OP_SGET_OBJECT_VOLATILE:
622 case OP_SGET_OBJECT_VOLATILE:
1933 case OP_SGET_OBJECT_VOLATILE:
4120 case OP_SGET_OBJECT_VOLATILE:
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp1626 case OP_SGET_OBJECT_VOLATILE:
1656 (opcode == OP_SGET_OBJECT_VOLATILE);
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp1686 case OP_SGET_OBJECT_VOLATILE:
1716 (opcode == OP_SGET_OBJECT_VOLATILE);
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp3005 /* File: c/OP_SGET_OBJECT_VOLATILE.cpp */
3006 HANDLE_SGET_X(OP_SGET_OBJECT_VOLATILE, "-object-volatile", ObjectVolatile, _AS_OBJECT)
H A DInterpC-portable.cpp3016 /* File: c/OP_SGET_OBJECT_VOLATILE.cpp */
3017 HANDLE_SGET_X(OP_SGET_OBJECT_VOLATILE, "-object-volatile", ObjectVolatile, _AS_OBJECT)

Completed in 2987 milliseconds