Lines Matching refs:raw_addr
144 byte* raw_addr = reinterpret_cast<byte*>(this) + offset.SizeValue(); in AtomicSetReadBarrierPointer() local
145 Atomic<uint32_t>* atomic_rb_ptr = reinterpret_cast<Atomic<uint32_t>*>(raw_addr); in AtomicSetReadBarrierPointer()
415 const byte* raw_addr = reinterpret_cast<const byte*>(this) + field_offset.Int32Value(); in GetField32() local
416 const int32_t* word_addr = reinterpret_cast<const int32_t*>(raw_addr); in GetField32()
443 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in SetField32() local
444 int32_t* word_addr = reinterpret_cast<int32_t*>(raw_addr); in SetField32()
471 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in CasFieldWeakSequentiallyConsistent32() local
472 AtomicInteger* atomic_addr = reinterpret_cast<AtomicInteger*>(raw_addr); in CasFieldWeakSequentiallyConsistent32()
489 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in CasFieldWeakRelaxed32() local
490 AtomicInteger* atomic_addr = reinterpret_cast<AtomicInteger*>(raw_addr); in CasFieldWeakRelaxed32()
507 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in CasFieldStrongSequentiallyConsistent32() local
508 AtomicInteger* atomic_addr = reinterpret_cast<AtomicInteger*>(raw_addr); in CasFieldStrongSequentiallyConsistent32()
518 const byte* raw_addr = reinterpret_cast<const byte*>(this) + field_offset.Int32Value(); in GetField64() local
519 const int64_t* addr = reinterpret_cast<const int64_t*>(raw_addr); in GetField64()
546 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in SetField64() local
547 int64_t* addr = reinterpret_cast<int64_t*>(raw_addr); in SetField64()
573 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in CasFieldWeakSequentiallyConsistent64() local
574 Atomic<int64_t>* atomic_addr = reinterpret_cast<Atomic<int64_t>*>(raw_addr); in CasFieldWeakSequentiallyConsistent64()
590 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in CasFieldStrongSequentiallyConsistent64() local
591 Atomic<int64_t>* atomic_addr = reinterpret_cast<Atomic<int64_t>*>(raw_addr); in CasFieldStrongSequentiallyConsistent64()
601 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in GetFieldObject() local
602 HeapReference<T>* objref_addr = reinterpret_cast<HeapReference<T>*>(raw_addr); in GetFieldObject()
641 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in SetFieldObjectWithoutWriteBarrier() local
642 HeapReference<Object>* objref_addr = reinterpret_cast<HeapReference<Object>*>(raw_addr); in SetFieldObjectWithoutWriteBarrier()
701 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in CasFieldWeakSequentiallyConsistentObject() local
702 Atomic<uint32_t>* atomic_addr = reinterpret_cast<Atomic<uint32_t>*>(raw_addr); in CasFieldWeakSequentiallyConsistentObject()
733 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in CasFieldStrongSequentiallyConsistentObject() local
734 Atomic<uint32_t>* atomic_addr = reinterpret_cast<Atomic<uint32_t>*>(raw_addr); in CasFieldStrongSequentiallyConsistentObject()