Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.cc115 end_holes_size(0), in Event()
299 current_.end_holes_size = CountTotalHolesSize(heap_); in Stop()
583 current_.end_holes_size, allocated_since_last_gc, in PrintNVP()
828 current_.start_holes_size, current_.end_holes_size, in PrintNVP()
Dgc-tracer.h180 size_t end_holes_size; variable