Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dimplementation-visitor.cc374 Label* false_label = declarations()->LookupLabel(kFalseLabelName); in Visit()
406 Label* false_label = declarations()->LookupLabel(kFalseLabelName); in Visit()
443 Label* false_label = declarations()->LookupLabel(kFalseLabelName); in Visit()
649 false_label = declarations()->LookupLabel(kFalseLabelName); in Visit()
684 exit_label = declarations()->LookupLabel(kFalseLabelName); in Visit()
773 false_label = declarations()->LookupLabel(kFalseLabelName); in Visit()
1017 Label* exit_label = declarations()->LookupLabel(kFalseLabelName); in Visit()
1214 false_label = declarations()->TryLookupLabel(kFalseLabelName); in LookupCall()
1707 Label* false_label = declarations()->LookupLabel(kFalseLabelName); in GenerateCall()
Ddeclaration-visitor.cc360 declarations()->DeclareLabel(kFalseLabelName); in Visit()
384 declarations()->DeclareLabel(kFalseLabelName); in DeclareExpressionForBranch()
448 declarations()->DeclareLabel(kFalseLabelName); in Visit()
Ddeclarations.h20 static constexpr const char* kFalseLabelName = "_False"; variable