Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject-inl.h415 const int32_t* word_addr = reinterpret_cast<const int32_t*>(raw_addr); in GetField32() local
417 return reinterpret_cast<const Atomic<int32_t>*>(word_addr)->LoadSequentiallyConsistent(); in GetField32()
419 return reinterpret_cast<const Atomic<int32_t>*>(word_addr)->LoadJavaData(); in GetField32()
443 int32_t* word_addr = reinterpret_cast<int32_t*>(raw_addr); in SetField32() local
445 reinterpret_cast<Atomic<int32_t>*>(word_addr)->StoreSequentiallyConsistent(new_value); in SetField32()
447 reinterpret_cast<Atomic<int32_t>*>(word_addr)->StoreJavaData(new_value); in SetField32()