Home | History | Annotate | Download | only in mirror

Lines Matching refs:raw_addr

144   byte* raw_addr = reinterpret_cast<byte*>(this) + offset.SizeValue();
145 Atomic<uint32_t>* atomic_rb_ptr = reinterpret_cast<Atomic<uint32_t>*>(raw_addr);
414 const byte* raw_addr = reinterpret_cast<const byte*>(this) + field_offset.Int32Value();
415 const int32_t* word_addr = reinterpret_cast<const int32_t*>(raw_addr);
442 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
443 int32_t* word_addr = reinterpret_cast<int32_t*>(raw_addr);
470 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
471 AtomicInteger* atomic_addr = reinterpret_cast<AtomicInteger*>(raw_addr);
488 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
489 AtomicInteger* atomic_addr = reinterpret_cast<AtomicInteger*>(raw_addr);
506 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
507 AtomicInteger* atomic_addr = reinterpret_cast<AtomicInteger*>(raw_addr);
517 const byte* raw_addr = reinterpret_cast<const byte*>(this) + field_offset.Int32Value();
518 const int64_t* addr = reinterpret_cast<const int64_t*>(raw_addr);
545 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
546 int64_t* addr = reinterpret_cast<int64_t*>(raw_addr);
572 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
573 Atomic<int64_t>* atomic_addr = reinterpret_cast<Atomic<int64_t>*>(raw_addr);
589 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
590 Atomic<int64_t>* atomic_addr = reinterpret_cast<Atomic<int64_t>*>(raw_addr);
600 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
601 HeapReference<T>* objref_addr = reinterpret_cast<HeapReference<T>*>(raw_addr);
640 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
641 HeapReference<Object>* objref_addr = reinterpret_cast<HeapReference<Object>*>(raw_addr);
700 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
701 Atomic<uint32_t>* atomic_addr = reinterpret_cast<Atomic<uint32_t>*>(raw_addr);
732 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value();
733 Atomic<uint32_t>* atomic_addr = reinterpret_cast<Atomic<uint32_t>*>(raw_addr);