Searched refs:JSCallOrConstructNode (Results 1 – 5 of 5) sorted by relevance
58 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()
1347 class JSCallOrConstructNode : public JSNodeWrapperBase {1349 explicit constexpr JSCallOrConstructNode(Node* node) in JSCallOrConstructNode() function1452 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 …]
660 STATIC_ASSERT(JSCallOrConstructNode::kHaveIdenticalLayouts); in CreateOrReuseDispatch()694 inputs[JSCallOrConstructNode::TargetIndex()] = target; in CreateOrReuseDispatch()
4129 arraylike_or_spread_index - JSCallOrConstructNode::FirstArgumentIndex(); in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()4143 node->RemoveInput(JSCallOrConstructNode::FeedbackVectorIndexForArgc(argc)); in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()4162 JSCallOrConstructNode::ArgumentIndex(argc++), it.node()); in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()
1522 Node* target = node->InputAt(JSCallOrConstructNode::TargetIndex()); in ReduceBuiltin()