Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dpipeline-statistics.cc25 outer_zone_initial_size_ = pipeline_stats->OuterZoneSize(); in Begin()
40 pipeline_stats->OuterZoneSize() - outer_zone_initial_size_; in End()
Dpipeline-statistics.h41 size_t OuterZoneSize() { in OuterZoneSize() function