Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dimplementation-visitor.cc372 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()
410 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()
439 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()
647 true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()
682 body_label = declarations()->LookupLabel(kTrueLabelName); in Visit()
771 true_label = declarations()->LookupLabel(kTrueLabelName); in Visit()
1015 Label* body_label = declarations()->LookupLabel(kTrueLabelName); in Visit()
1213 true_label = declarations()->TryLookupLabel(kTrueLabelName); in LookupCall()
1705 Label* true_label = declarations()->LookupLabel(kTrueLabelName); in GenerateCall()
Ddeclaration-visitor.cc369 declarations()->DeclareLabel(kTrueLabelName); in Visit()
383 declarations()->DeclareLabel(kTrueLabelName); in DeclareExpressionForBranch()
447 declarations()->DeclareLabel(kTrueLabelName); in Visit()
Ddeclarations.h19 static constexpr const char* kTrueLabelName = "_True"; variable