Searched refs:InlineAllocationStep (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/heap/ |
D | spaces.cc | 1859 InlineAllocationStep(current_top, kNullAddress, kNullAddress, 0); in AllocateChunk() 2307 InlineAllocationStep(top(), top(), kNullAddress, 0); in AllocateChunk() 2337 InlineAllocationStep(top, top, kNullAddress, 0); in AllocateChunk() 2387 InlineAllocationStep(new_top, new_top, soon_object, size_in_bytes); in AllocateChunk() 2412 InlineAllocationStep(top(), top(), kNullAddress, 0); in AllocateChunk() 2421 InlineAllocationStep(top(), top_for_next_step, kNullAddress, 0); in AllocateChunk() 2428 InlineAllocationStep(top(), kNullAddress, kNullAddress, 0); in AllocateChunk() 2440 void SpaceWithLinearArea::InlineAllocationStep(Address top, in AllocateChunk() function in v8::internal::SpaceWithLinearArea
|
D | spaces.h | 2093 void InlineAllocationStep(Address top, Address top_for_next_step,
|