Home
last modified time | relevance | path

Searched refs:label_blocks (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/torque/
Dast.h556 std::vector<LabelBlock*> label_blocks) in TryLabelStatement()
559 label_blocks(std::move(label_blocks)) {} in TryLabelStatement()
561 std::vector<LabelBlock*> label_blocks; member
Ddeclaration-visitor.cc466 for (LabelBlock* block : stmt->label_blocks) { in Visit()
497 for (LabelBlock* block : stmt->label_blocks) { in Visit()
Dimplementation-visitor.cc933 for (LabelBlock* block : stmt->label_blocks) { in Visit()
943 stmt->label_blocks[i]->body); in Visit()
966 auto label_iterator = stmt->label_blocks.begin(); in Visit()
981 for (LabelBlock* block : stmt->label_blocks) bodies.push_back(block->body); in Visit()
Dtorque-parser.cc643 auto label_blocks = child_results->NextAs<std::vector<LabelBlock*>>(); in MakeTryLabelStatement() local
645 MakeNode<TryLabelStatement>(try_block, std::move(label_blocks)); in MakeTryLabelStatement()