Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1795 next_step = next_step ? Min(next_step, o->bytes_to_next_step()) in AllocateChunk()
1796 : o->bytes_to_next_step(); in AllocateChunk()
Dheap.h2652 intptr_t bytes_to_next_step() const { return bytes_to_next_step_; } in bytes_to_next_step() function