Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1540 InlineAllocationStep(old_top, allocation_info_.top(), nullptr, 0); in AllocateChunk()
1626 InlineAllocationStep(old_top, allocation_info_.top(), nullptr, 0); in AllocateChunk()
1643 InlineAllocationStep(new_top, new_top, soon_object, size_in_bytes); in AllocateChunk()
1689 InlineAllocationStep(top(), top(), nullptr, 0); in AllocateChunk()
1703 void NewSpace::InlineAllocationStep(Address top, Address new_top, in AllocateChunk() function in v8::internal::NewSpace
1708 inline_allocation_observers_[i]->InlineAllocationStep(bytes_allocated, in AllocateChunk()
Dspaces.h2610 void InlineAllocationStep(int bytes_allocated, Address soon_object, in InlineAllocationStep() function
2949 void InlineAllocationStep(Address top, Address new_top, Address soon_object,