Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1683 InlineAllocationStep(old_top, allocation_info_.top(), nullptr, 0); in AllocateChunk()
1748 InlineAllocationStep(old_top, allocation_info_.top(), nullptr, 0); in AllocateChunk()
1764 InlineAllocationStep(new_top, new_top, soon_object, size_in_bytes); in AllocateChunk()
1803 InlineAllocationStep(top(), top(), nullptr, 0); in AllocateChunk()
1816 void NewSpace::InlineAllocationStep(Address top, Address new_top, in AllocateChunk() function in v8::internal::NewSpace
Dspaces.h2671 void InlineAllocationStep(Address top, Address new_top, Address soon_object,