Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1998 info->number_of_objects_with_fast_elements_++; in IncrementSpillStatistics()
2016 info->number_of_objects_with_fast_elements_++; in IncrementSpillStatistics()
2040 number_of_objects_with_fast_elements_ = 0; in Clear()
2063 number_of_objects_with_fast_elements_, number_of_fast_used_elements_, in Print()
2067 number_of_objects_ - number_of_objects_with_fast_elements_, in Print()
/third_party/node/deps/v8/src/objects/
Djs-objects.h785 int number_of_objects_with_fast_elements_; variable