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.cc71 end_holes_size(0), in Event()
233 current_.end_holes_size = CountTotalHolesSize(heap_); in Stop()
538 current_.start_holes_size, current_.end_holes_size, in PrintNVP()
675 current_.start_holes_size, current_.end_holes_size, in PrintNVP()
Dgc-tracer.h196 intptr_t end_holes_size; variable