Home
last modified time | relevance | path

Searched refs:InlineAllocationStep (Results 1 – 4 of 4) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dspaces.cc1790 InlineAllocationStep(current_top, kNullAddress, kNullAddress, 0); in AllocateChunk()
2202 InlineAllocationStep(top(), top(), kNullAddress, 0); in AllocateChunk()
2232 InlineAllocationStep(top, top, kNullAddress, 0); in AllocateChunk()
2282 InlineAllocationStep(new_top, new_top, soon_object, size_in_bytes); in AllocateChunk()
2303 InlineAllocationStep(top(), top(), kNullAddress, 0); in AllocateChunk()
2312 InlineAllocationStep(top(), top_for_next_step, kNullAddress, 0); in AllocateChunk()
2319 InlineAllocationStep(top(), kNullAddress, kNullAddress, 0); in AllocateChunk()
2331 void SpaceWithLinearArea::InlineAllocationStep(Address top, in AllocateChunk() function in v8::internal::SpaceWithLinearArea
H A Dspaces.h2042 void InlineAllocationStep(Address top, Address top_for_next_step,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dspaces.cc2017 InlineAllocationStep(current_top, kNullAddress, kNullAddress, 0); in FreeLinearAllocationArea()
2494 InlineAllocationStep(top(), top(), kNullAddress, 0); in ResetLinearAllocationArea()
2524 InlineAllocationStep(top, top, kNullAddress, 0); in AddFreshPage()
2574 InlineAllocationStep(new_top, new_top, soon_object, size_in_bytes); in EnsureAllocation()
2601 InlineAllocationStep(top(), top(), kNullAddress, 0); in AddAllocationObserver()
2610 InlineAllocationStep(top(), top_for_next_step, kNullAddress, 0); in RemoveAllocationObserver()
2617 InlineAllocationStep(top(), kNullAddress, kNullAddress, 0); in PauseAllocationObservers()
2629 void SpaceWithLinearArea::InlineAllocationStep(Address top, in InlineAllocationStep() function in v8::internal::SpaceWithLinearArea
H A Dspaces.h2268 void InlineAllocationStep(Address top, Address top_for_next_step,