Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-inlining-heuristic.h30 max_inlined_bytecode_size_cumulative_( in JSInliningHeuristic()
112 const int max_inlined_bytecode_size_cumulative_; variable
Djs-inlining-heuristic.cc301 if (total_size > max_inlined_bytecode_size_cumulative_) { in Finalize()
774 max_inlined_bytecode_size_cumulative_)) { in InlineCandidate()