Home
last modified time | relevance | path

Searched refs:GetReadBarrierTable (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dread_barrier-inl.h83 if (heap != nullptr && heap->GetReadBarrierTable()->IsSet(old_ref)) { in Barrier()
133 Runtime::Current()->GetHeap()->GetReadBarrierTable()->IsSet(ref)) { in BarrierForRoot()
174 Runtime::Current()->GetHeap()->GetReadBarrierTable()->IsSet(ref)) { in BarrierForRoot()
/aosp12/art/runtime/gc/
H A Dheap.h531 accounting::ReadBarrierTable* GetReadBarrierTable() const { in GetReadBarrierTable() function
/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.cc117 rb_table_(heap_->GetReadBarrierTable()), in ConcurrentCopying()