Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1960 info->number_of_objects_++; in IncrementSpillStatistics()
2038 number_of_objects_ = 0; in Clear()
2052 PrintF("\n JSObject Spill Statistics (#%d):\n", number_of_objects_); in Print()
2059 number_of_objects_ - number_of_objects_with_fast_properties_, in Print()
2067 number_of_objects_ - number_of_objects_with_fast_elements_, in Print()
/third_party/node/deps/v8/src/objects/
Djs-objects.h783 int number_of_objects_; variable