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.cc1663 next_step = next_step ? Min(next_step, o->bytes_to_next_step()) in AllocateChunk()
1664 : o->bytes_to_next_step(); in AllocateChunk()
Dspaces.h2591 intptr_t bytes_to_next_step() const { return bytes_to_next_step_; } in bytes_to_next_step() function