Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-inlining.cc333 JSCreateClosureNode n(target); in DetermineCallTarget()
368 JSCreateClosureNode n(target); in DetermineCallContext()
Djs-inlining-heuristic.cc140 JSCreateClosureNode n(callee); in CollectFunctions()
Djs-operator.h1708 class JSCreateClosureNode final : public JSNodeWrapperBase {
1710 explicit constexpr JSCreateClosureNode(Node* node) : JSNodeWrapperBase(node) { in JSCreateClosureNode() function
Djs-operator.cc47 FeedbackCellRef JSCreateClosureNode::GetFeedbackCellRefChecked( in GetFeedbackCellRefChecked()
Djs-generic-lowering.cc658 JSCreateClosureNode n(node); in LowerJSCreateClosure()
Djs-create-lowering.cc925 JSCreateClosureNode n(node); in ReduceJSCreateClosure()
Dtyper.cc1263 JSCreateClosureNode{node}.Parameters().shared_info(typer_->broker()); in TypeJSCreateClosure()
Djs-typed-lowering.cc1709 JSCreateClosureNode{target}.Parameters(); in ReduceJSCall()
Djs-call-reducer.cc4420 JSCreateClosureNode{target}.Parameters(); in ReduceJSCall()
4967 JSCreateClosureNode{target}.Parameters(); in TargetIsClassConstructor()