Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-inlining-heuristic.cc89 JSInliningHeuristic::Candidate JSInliningHeuristic::CollectFunctions( in CollectFunctions()
154 Reduction JSInliningHeuristic::Reduce(Node* node) { in Reduce()
278 void JSInliningHeuristic::Finalize() { in Finalize()
341 Node* JSInliningHeuristic::DuplicateStateValuesAndRename(Node* state_values, in DuplicateStateValuesAndRename()
389 FrameState JSInliningHeuristic::DuplicateFrameStateAndRename( in DuplicateFrameStateAndRename()
413 bool JSInliningHeuristic::TryReuseDispatch(Node* node, Node* callee, in TryReuseDispatch()
648 void JSInliningHeuristic::CreateOrReuseDispatch(Node* node, Node* callee, in CreateOrReuseDispatch()
701 Reduction JSInliningHeuristic::InlineCandidate(Candidate const& candidate, in InlineCandidate()
789 bool JSInliningHeuristic::CandidateCompare::operator()( in operator ()()
810 void JSInliningHeuristic::PrintCandidates() { in PrintCandidates()
[all …]
Djs-inlining-heuristic.h14 class JSInliningHeuristic final : public AdvancedReducer {
18 JSInliningHeuristic(Editor* editor, Zone* local_zone, in JSInliningHeuristic() function
Dpipeline.cc1371 JSInliningHeuristic inlining( in DECL_PIPELINE_PHASE_CONSTANTS()
1373 data->broker(), data->source_positions(), JSInliningHeuristic::kJSOnly); in DECL_PIPELINE_PHASE_CONSTANTS()
1411 JSInliningHeuristic inlining(&graph_reducer, temp_zone, data->info(), in DECL_PIPELINE_PHASE_CONSTANTS()
1414 JSInliningHeuristic::kWasmOnly); in DECL_PIPELINE_PHASE_CONSTANTS()