Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-escape-analysis.h20 number_of_objects_(0), in HEscapeAnalysisPhase()
56 int number_of_objects_; variable
Dhydrogen-escape-analysis.cc67 new(zone) HCapturedObject(number_of_values_, number_of_objects_, zone); in NewState()
302 number_of_objects_++; in PerformScalarReplacement()
/external/v8/src/
Dobjects-debug.cc1286 info->number_of_objects_++; in IncrementSpillStatistics()
1352 number_of_objects_ = 0; in Clear()
1367 PrintF("\n JSObject Spill Statistics (#%d):\n", number_of_objects_); in Print()
1374 number_of_objects_ - number_of_objects_with_fast_properties_, in Print()
1382 number_of_objects_ - number_of_objects_with_fast_elements_, in Print()
Dobjects.h2488 int number_of_objects_; variable