Home
last modified time | relevance | path

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

/external/v8/src/torque/
Ddeclaration-visitor.cc360 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()
Ddeclarations.h82 Label* DeclareLabel(const std::string& name);
Ddeclarations.cc236 Label* Declarations::DeclareLabel(const std::string& name) { in DeclareLabel() function in v8::internal::torque::Declarations
Dimplementation-visitor.cc224 Label* macro_end = declarations()->DeclareLabel("macro_end"); in Visit()
/external/v8/src/parsing/
Dparser.h286 void DeclareLabel(ZonePtrList<const AstRawString>** labels,
Dpreparser.h1081 V8_INLINE void DeclareLabel(ZonePtrList<const AstRawString>** labels,
Dparser.cc1470 void Parser::DeclareLabel(ZonePtrList<const AstRawString>** labels, in DeclareLabel() function in v8::internal::Parser
Dparser-base.h5242 impl()->DeclareLabel(&labels, &own_labels, in ParseExpressionOrLabelledStatement()