Home
last modified time | relevance | path

Searched refs:IsSet (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
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()
/art/runtime/gc/accounting/
Dread_barrier_table.h64 bool IsSet(const void* heap_addr) const { in IsSet() function