Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.h270 void AddCompactionEvent(double duration, intptr_t live_bytes_compacted);
Dgc-tracer.cc375 intptr_t live_bytes_compacted) { in AddCompactionEvent() argument
377 MakeBytesAndDuration(live_bytes_compacted, duration)); in AddCompactionEvent()