Searched refs:JSSetKeyedPropertyNode (Results 1 – 4 of 4) sorted by relevance
1302 class JSSetKeyedPropertyNode final : public JSNodeWrapperBase {1304 explicit constexpr JSSetKeyedPropertyNode(Node* node) in JSSetKeyedPropertyNode() function
2098 STATIC_ASSERT(JSSetKeyedPropertyNode::ObjectIndex() == 0); in VisitSetKeyedProperty()2099 STATIC_ASSERT(JSSetKeyedPropertyNode::KeyIndex() == 1); in VisitSetKeyedProperty()2100 STATIC_ASSERT(JSSetKeyedPropertyNode::ValueIndex() == 2); in VisitSetKeyedProperty()2101 STATIC_ASSERT(JSSetKeyedPropertyNode::FeedbackVectorIndex() == 3); in VisitSetKeyedProperty()
1055 JSSetKeyedPropertyNode::ObjectIndex() == 0 && in ReduceNamedAccess()1636 JSSetKeyedPropertyNode::ObjectIndex() == 0 && in ReduceElementAccess()2127 JSSetKeyedPropertyNode n(node); in ReduceJSSetKeyedProperty()
403 JSSetKeyedPropertyNode n(node); in LowerJSSetKeyedProperty()