Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.cc267 size_t projection_count) { in CollectControlProjections() argument
269 DCHECK_LE(static_cast<int>(projection_count), node->UseCount()); in CollectControlProjections()
270 std::memset(projections, 0, sizeof(*projections) * projection_count); in CollectControlProjections()
300 index = projection_count - 1; in CollectControlProjections()
305 DCHECK_LT(if_value_index, projection_count); in CollectControlProjections()
306 DCHECK_LT(index, projection_count); in CollectControlProjections()
311 for (size_t index = 0; index < projection_count; ++index) { in CollectControlProjections()