Searched refs:DeclareLabel (Results 1 – 8 of 8) sorted by relevance
360 declarations()->DeclareLabel(kFalseLabelName); in Visit()369 declarations()->DeclareLabel(kTrueLabelName); in Visit()383 declarations()->DeclareLabel(kTrueLabelName); in DeclareExpressionForBranch()384 declarations()->DeclareLabel(kFalseLabelName); in DeclareExpressionForBranch()447 declarations()->DeclareLabel(kTrueLabelName); in Visit()448 declarations()->DeclareLabel(kFalseLabelName); in Visit()468 Label* shared_label = declarations()->DeclareLabel(block->label); in Visit()630 Label* new_label = declarations()->DeclareLabel(label.name); in DeclareSignature()
82 Label* DeclareLabel(const std::string& name);
236 Label* Declarations::DeclareLabel(const std::string& name) { in DeclareLabel() function in v8::internal::torque::Declarations
224 Label* macro_end = declarations()->DeclareLabel("macro_end"); in Visit()
286 void DeclareLabel(ZonePtrList<const AstRawString>** labels,
1081 V8_INLINE void DeclareLabel(ZonePtrList<const AstRawString>** labels,
1470 void Parser::DeclareLabel(ZonePtrList<const AstRawString>** labels, in DeclareLabel() function in v8::internal::Parser
5242 impl()->DeclareLabel(&labels, &own_labels, in ParseExpressionOrLabelledStatement()