Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-inlining-heuristic.h92 Candidate CollectFunctions(Node* node, int functions_size);
Djs-inlining-heuristic.cc89 JSInliningHeuristic::Candidate JSInliningHeuristic::CollectFunctions( in CollectFunctions() function in v8::internal::compiler::JSInliningHeuristic
175 Candidate candidate = CollectFunctions(node, kMaxCallPolymorphism); in Reduce()