Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-debug.cc1928 info->number_of_objects_++; in IncrementSpillStatistics()
1993 number_of_objects_ = 0; in Clear()
2008 PrintF("\n JSObject Spill Statistics (#%d):\n", number_of_objects_); in Print()
2015 number_of_objects_ - number_of_objects_with_fast_properties_, in Print()
2023 number_of_objects_ - number_of_objects_with_fast_elements_, in Print()
Dobjects.h2644 int number_of_objects_; variable