Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dprettyprinter.cc472 static int FormatSlotNode(Vector<char>* buf, Expression* node, in FormatSlotNode() function
1599 FormatSlotNode(&buf, node, "VAR PROXY", node->VariableFeedbackSlot()); in VisitVariableProxy()
1654 FormatSlotNode(&buf, node, "PROPERTY", node->PropertyFeedbackSlot()); in VisitProperty()
1671 FormatSlotNode(&buf, node, name, node->CallFeedbackICSlot()); in VisitCall()