Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h2515 intptr_t bytes_to_next_step() const { return bytes_to_next_step_; } in bytes_to_next_step() function
Dspaces.cc1530 next_step = next_step ? Min(next_step, observer->bytes_to_next_step()) in AllocateChunk()
1531 : observer->bytes_to_next_step(); in AllocateChunk()