Searched refs:IsSet (Results 1 – 2 of 2) sorted by relevance
62 if (heap != nullptr && heap->GetReadBarrierTable()->IsSet(old_ref)) { in Barrier()101 if (Runtime::Current()->GetHeap()->GetReadBarrierTable()->IsSet(ref)) { in BarrierForRoot()141 if (Runtime::Current()->GetHeap()->GetReadBarrierTable()->IsSet(ref)) { in BarrierForRoot()
60 bool IsSet(const void* heap_addr) const { in IsSet() function