Searched refs:src_bytes (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dobject.cc82 uint8_t* src_bytes = reinterpret_cast<uint8_t*>(src.Ptr()) + offset; local
85 DCHECK_ALIGNED(src_bytes, sizeof(uintptr_t));
90 reinterpret_cast<Atomic<uintptr_t>*>(src_bytes)->LoadRelaxed());
91 src_bytes += sizeof(uintptr_t);
98 reinterpret_cast<Atomic<uint32_t>*>(src_bytes)->LoadRelaxed());
99 src_bytes += sizeof(uint32_t);
107 reinterpret_cast<Atomic<uint8_t>*>(src_bytes)->LoadRelaxed());
108 src_bytes += sizeof(uint8_t);

Completed in 35 milliseconds