Searched refs:continue_label (Results 1 – 3 of 3) sorted by relevance
728 GraphAssemblerLabel<sizeof...(Vars)>* continue_label, in MaybeSkipHole() argument736 BranchWithHint(HoleCheck(kind, o), continue_label, &if_not_hole, in MaybeSkipHole()1278 auto continue_label = MakeLabel(); in ReduceArrayPrototypeForEach() local1279 element = MaybeSkipHole(element, kind, &continue_label); in ReduceArrayPrototypeForEach()1285 Goto(&continue_label); in ReduceArrayPrototypeForEach()1286 Bind(&continue_label); in ReduceArrayPrototypeForEach()1422 auto continue_label = MakeLabel(); in ReduceArrayPrototypeReduce() local1423 GotoIf(HoleCheck(kind, element), &continue_label); in ReduceArrayPrototypeReduce()1426 Bind(&continue_label); in ReduceArrayPrototypeReduce()1450 auto continue_label = MakeLabel(MachineRepresentation::kTagged); in ReduceArrayPrototypeReduce() local[all …]
791 Label continue_label; in AssembleInstruction() local795 branch.false_label = &continue_label; in AssembleInstruction()799 tasm()->bind(&continue_label); in AssembleInstruction()
1621 base::Optional<Binding<LocalLabel>*> continue_label = in Visit() local1623 if (!continue_label) { in Visit()1626 assembler().Goto((*continue_label)->block); in Visit()