Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc102 start_holes_size(0), in Event()
343 current_.start_holes_size = CountTotalHolesSize(heap_); in StartInSafepoint()
809 current_.end_object_size, current_.start_holes_size, in PrintNVP()
1042 current_.end_object_size, current_.start_holes_size, in PrintNVP()
Dgc-tracer.h178 size_t start_holes_size; variable