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.cc67 end_holes_size(0), in Event()
206 current_.end_holes_size = CountTotalHolesSize(heap_); in Stop()
493 current_.start_holes_size, current_.end_holes_size, in PrintNVP()
617 current_.start_holes_size, current_.end_holes_size, in PrintNVP()
Dgc-tracer.h256 intptr_t end_holes_size; variable