Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline-statistics.cc21 outer_zone_initial_size_ = pipeline_stats->OuterZoneSize(); in Begin()
36 pipeline_stats->OuterZoneSize() - outer_zone_initial_size_; in End()
Dpipeline-statistics.h30 size_t OuterZoneSize() { in OuterZoneSize() function