Lines Matching defs:client
1221 // We use this visitor both in client and shared GCs. The client GC should
1223 // client's top stack frame, so it is actually legal to encounter references
1224 // into the client heap here in a shared GC. We need to bail out in these
1977 [this, custom_root_body_visitor](Isolate* client) {
1978 ProcessTopOptimizedFrame(custom_root_body_visitor, client);
1989 [&visitor](Isolate* client) {
1990 Heap* heap = client->heap();
1992 PtrComprCageBase cage_base(client);
4657 [this](Isolate* client) { UpdatePointersInClientHeap(client); });
4660 void MarkCompactCollector::UpdatePointersInClientHeap(Isolate* client) {
4661 PtrComprCageBase cage_base(client);
4662 MemoryChunkIterator chunk_iterator(client->heap());
4694 ClientHeapVerifier verifier_visitor(client->heap());
4696 HeapObjectIterator iterator(client->heap(),