Searched refs:raw_addr (Results 1 – 4 of 4) sorted by relevance
563 const uint8_t* raw_addr = reinterpret_cast<const uint8_t*>(this) + field_offset.Int32Value(); in GetFieldAcquire() local564 const kSize* addr = reinterpret_cast<const kSize*>(raw_addr); in GetFieldAcquire()577 uint8_t* raw_addr = reinterpret_cast<uint8_t*>(this) + field_offset.Int32Value(); in CasFieldWeakSequentiallyConsistent64() local578 Atomic<int64_t>* atomic_addr = reinterpret_cast<Atomic<int64_t>*>(raw_addr); in CasFieldWeakSequentiallyConsistent64()591 uint8_t* raw_addr = reinterpret_cast<uint8_t*>(this) + field_offset.Int32Value(); in CasFieldStrongSequentiallyConsistent64() local592 Atomic<int64_t>* atomic_addr = reinterpret_cast<Atomic<int64_t>*>(raw_addr); in CasFieldStrongSequentiallyConsistent64()606 uint8_t* raw_addr = reinterpret_cast<uint8_t*>(this) + field_offset.Int32Value(); in GetFieldObject() local607 HeapReference<T>* objref_addr = reinterpret_cast<HeapReference<T>*>(raw_addr); in GetFieldObject()639 uint8_t* raw_addr = reinterpret_cast<uint8_t*>(this) + field_offset.Int32Value(); in SetFieldObjectWithoutWriteBarrier() local640 HeapReference<Object>* objref_addr = reinterpret_cast<HeapReference<Object>*>(raw_addr); in SetFieldObjectWithoutWriteBarrier()[all …]
55 uint8_t* raw_addr = reinterpret_cast<uint8_t*>(this) + field_offset.Int32Value(); in CasField32() local56 AtomicInteger* atomic_addr = reinterpret_cast<AtomicInteger*>(raw_addr); in CasField32()
352 uint8_t* raw_addr = reinterpret_cast<uint8_t*>(this) + field_offset.Int32Value(); in SetFieldPrimitive() local353 kType* addr = reinterpret_cast<kType*>(raw_addr); in SetFieldPrimitive()364 const uint8_t* raw_addr = reinterpret_cast<const uint8_t*>(this) + field_offset.Int32Value(); in GetFieldPrimitive() local365 const kType* addr = reinterpret_cast<const kType*>(raw_addr); in GetFieldPrimitive()
389 uint8_t* raw_addr = reinterpret_cast<uint8_t*>(obj) + offset; in artReadBarrierSlow() local391 reinterpret_cast<mirror::HeapReference<mirror::Object>*>(raw_addr); in artReadBarrierSlow()