Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/third-party/
Dheap-api-stub.cc65 void Heap::ResetIterator() {} in ResetIterator() function in v8::internal::third_party_heap::Heap
Dheap-api.h49 void ResetIterator();
/third_party/node/deps/v8/src/heap/
Dheap.cc6649 if (V8_ENABLE_THIRD_PARTY_HEAP_BOOL) heap_->tp_heap_->ResetIterator(); in HeapObjectIterator()