Searched refs:FormatSlotNode (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ast/ |
D | prettyprinter.cc | 444 static int FormatSlotNode(Vector<char>* buf, Expression* node, in FormatSlotNode() function 1060 FormatSlotNode(&buf, node, "VAR PROXY", node->VariableFeedbackSlot()); in VisitVariableProxy() 1115 FormatSlotNode(&buf, node, "PROPERTY", node->PropertyFeedbackSlot()); in VisitProperty() 1132 FormatSlotNode(&buf, node, name, node->CallFeedbackICSlot()); in VisitCall()
|