Searched refs:InlineAllocationStep (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/heap/ |
D | spaces.cc | 1683 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
|
D | spaces.h | 2671 void InlineAllocationStep(Address top, Address new_top, Address soon_object,
|