Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc103 end_holes_size(0), in Event()
361 current_.end_holes_size = CountTotalHolesSize(heap_); in StopInSafepoint()
810 current_.end_holes_size, allocated_since_last_gc, in PrintNVP()
1043 current_.end_holes_size, allocated_since_last_gc, in PrintNVP()
Dgc-tracer.h182 size_t end_holes_size; variable