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

/external/v8/src/ast/
H A Dprettyprinter.cc438 static int FormatSlotNode(Vector<char>* buf, Expression* node, function in namespace:v8::internal
1050 FormatSlotNode(&buf, node, "VAR PROXY", node->VariableFeedbackSlot());
1105 FormatSlotNode(&buf, node, "PROPERTY", node->PropertyFeedbackSlot());
1122 FormatSlotNode(&buf, node, name, node->CallFeedbackICSlot());

Completed in 76 milliseconds