Searched refs:Volatile (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | art_field-inl.h | 127 return object->GetField ## type ## Volatile(GetOffset()); \ 136 object->SetField ## type ## Volatile<kTransactionActive>(GetOffset(), value); \
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 441 INTRINSIC(SunMiscUnsafe, Get ## type ## Volatile, ObjectJ_ ## code, kIntrinsicUnsafeGet, \ 445 INTRINSIC(SunMiscUnsafe, Put ## type ## Volatile, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \
|
/art/compiler/dex/ |
D | local_value_numbering_test.cc | 359 TEST_F(LocalValueNumberingTest, Volatile) { in TEST_F() argument
|