Home
last modified time | relevance | path

Searched defs:raw_addr (Results 1 – 1 of 1) sorted by relevance

/art/runtime/mirror/
Dobject-inl.h144 byte* raw_addr = reinterpret_cast<byte*>(this) + offset.SizeValue(); in AtomicSetReadBarrierPointer() local
414 const byte* raw_addr = reinterpret_cast<const byte*>(this) + field_offset.Int32Value(); in GetField32() local
442 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in SetField32() local
470 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in CasFieldWeakSequentiallyConsistent32() local
488 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in CasFieldWeakRelaxed32() local
506 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in CasFieldStrongSequentiallyConsistent32() local
517 const byte* raw_addr = reinterpret_cast<const byte*>(this) + field_offset.Int32Value(); in GetField64() local
545 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in SetField64() local
572 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in CasFieldWeakSequentiallyConsistent64() local
589 byte* raw_addr = reinterpret_cast<byte*>(this) + field_offset.Int32Value(); in CasFieldStrongSequentiallyConsistent64() local
[all …]