Home
last modified time | relevance | path

Searched refs:Volatile (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dart_field-inl.h127 return object->GetField ## type ## Volatile(GetOffset()); \
136 object->SetField ## type ## Volatile<kTransactionActive>(GetOffset(), value); \
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc441 INTRINSIC(SunMiscUnsafe, Get ## type ## Volatile, ObjectJ_ ## code, kIntrinsicUnsafeGet, \
445 INTRINSIC(SunMiscUnsafe, Put ## type ## Volatile, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \
/art/compiler/dex/
Dlocal_value_numbering_test.cc359 TEST_F(LocalValueNumberingTest, Volatile) { in TEST_F() argument