Home
last modified time | relevance | path

Searched refs:JSCallOrConstructNode (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-inlining.cc58 return call_->InputAt(JSCallOrConstructNode::TargetIndex()); in target()
122 JSCallOrConstructNode::kExtraInputCount - in InlineCall()
123 JSCallOrConstructNode::kFeedbackVectorInputCount; in InlineCall()
255 parameter_count + JSCallOrConstructNode::kReceiverOrNewTargetInputCount; in CreateArtificialFrameState()
267 node->InputAt(JSCallOrConstructNode::ReceiverOrNewTargetIndex())); in CreateArtificialFrameState()
269 params.push_back(node->InputAt(JSCallOrConstructNode::ArgumentIndex(i))); in CreateArtificialFrameState()
278 node->InputAt(JSCallOrConstructNode::TargetIndex()), outer_frame_state)}; in CreateArtificialFrameState()
297 Node* target = node->InputAt(JSCallOrConstructNode::TargetIndex()); in DetermineCallTarget()
352 Node* target = node->InputAt(JSCallOrConstructNode::TargetIndex()); in DetermineCallContext()
619 STATIC_ASSERT(JSCallOrConstructNode::kHaveIdenticalLayouts); in ReduceJSCall()
Djs-operator.h1347 class JSCallOrConstructNode : public JSNodeWrapperBase {
1349 explicit constexpr JSCallOrConstructNode(Node* node) in JSCallOrConstructNode() function
1452 class JSCallNodeBase final : public JSCallOrConstructNode {
1454 explicit constexpr JSCallNodeBase(Node* node) : JSCallOrConstructNode(node) { in JSCallNodeBase()
1470 JSCallOrConstructNode::kReceiverOrNewTargetInputCount);
1486 class JSWasmCallNode final : public JSCallOrConstructNode {
1488 explicit constexpr JSWasmCallNode(Node* node) : JSCallOrConstructNode(node) { in JSWasmCallNode()
1504 JSCallOrConstructNode::kReceiverOrNewTargetInputCount);
1517 class JSConstructNodeBase final : public JSCallOrConstructNode {
1520 : JSCallOrConstructNode(node) { in JSConstructNodeBase()
[all …]
Djs-inlining-heuristic.cc660 STATIC_ASSERT(JSCallOrConstructNode::kHaveIdenticalLayouts); in CreateOrReuseDispatch()
694 inputs[JSCallOrConstructNode::TargetIndex()] = target; in CreateOrReuseDispatch()
Djs-call-reducer.cc4129 arraylike_or_spread_index - JSCallOrConstructNode::FirstArgumentIndex(); in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()
4143 node->RemoveInput(JSCallOrConstructNode::FeedbackVectorIndexForArgc(argc)); in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()
4162 JSCallOrConstructNode::ArgumentIndex(argc++), it.node()); in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()
Djs-typed-lowering.cc1522 Node* target = node->InputAt(JSCallOrConstructNode::TargetIndex()); in ReduceBuiltin()