Home
last modified time | relevance | path

Searched refs:GlobalHandleVector (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Dstartup-serializer.h66 GlobalHandleVector<AccessorInfo> accessor_infos_;
67 GlobalHandleVector<CallHandlerInfo> call_handler_infos_;
Dserializer.h378 GlobalHandleVector<HeapObject>
416 GlobalHandleVector<HeapObject> back_refs_;
417 GlobalHandleVector<HeapObject> stack_;
/third_party/node/deps/v8/src/handles/
Dglobal-handles-inl.h24 T GlobalHandleVector<T>::Pop() { in Pop()
Dglobal-handles.h332 class GlobalHandleVector {
350 explicit GlobalHandleVector(Heap* heap) in GlobalHandleVector() function
/third_party/node/deps/v8/src/heap/
Dheap.h83 class GlobalHandleVector; variable
2354 std::unique_ptr<GlobalHandleVector<AllocationSite>>
Dheap.cc1354 new GlobalHandleVector<AllocationSite>(this)); in PretenureAllocationSiteOnNextCollection()