HomeSort by relevance Sort by last modified time
    Searched refs:cumulative_count_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
js-inlining-heuristic.h 55 int cumulative_count_ = 0; member in class:v8::internal::compiler::final
js-inlining-heuristic.cc 106 if (cumulative_count_ > FLAG_max_inlined_nodes_cumulative) return;
114 cumulative_count_ += candidate.function->shared()->ast_node_count();

Completed in 54 milliseconds