Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1859 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
Dspaces.h2093 void InlineAllocationStep(Address top, Address top_for_next_step,