Home
last modified time | relevance | path

Searched refs:CloseAndMakeIterable (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dconcurrent-allocator.cc71 lab_.CloseAndMakeIterable(); in FreeLinearAllocationArea()
127 saved_lab.CloseAndMakeIterable(); in EnsureLab()
Dlocal-allocator.h38 const LinearAllocationArea info = new_space_lab_.CloseAndMakeIterable(); in Finalize()
Dlocal-allocator-inl.h96 saved_lab.CloseAndMakeIterable(); in NewLocalAllocationBuffer()
Dspaces.h445 ~LocalAllocationBuffer() { CloseAndMakeIterable(); } in ~LocalAllocationBuffer()
467 V8_EXPORT_PRIVATE LinearAllocationArea CloseAndMakeIterable();
Dspaces.cc295 LinearAllocationArea LocalAllocationBuffer::CloseAndMakeIterable() { in CloseAndMakeIterable() function in v8::internal::LocalAllocationBuffer