Lines Matching refs:BytecodeLabel
634 ZoneVector<BytecodeLabel>& targets) { in BuildIndexedJump()
655 ZoneVector<BytecodeLabel> resume_points_in_loop(zone()); in VisitIterationHeader()
661 generator_resume_points_[id] = BytecodeLabel(); in VisitIterationHeader()
669 BytecodeLabel not_resuming; in VisitIterationHeader()
686 BytecodeLabel regular_call; in VisitGeneratorPrologue()
875 BytecodeLabel else_label, end_label; in VisitIfStatement()
945 BytecodeLabel done_label; in VisitSwitchStatement()
1136 BytecodeLabel subject_null_label, subject_undefined_label; in VisitForInStatement()
1454 BytecodeLabel done; in VisitClassLiteralStaticPrototypeWithComputedName()
1482 BytecodeLabel else_label, end_label; in VisitConditional()
1911 BytecodeLabel no_reference_error; in BuildThrowIfHole()
1920 BytecodeLabel no_reference_error, reference_error; in BuildThrowIfNotHole()
1932 BytecodeLabel const_assign_error; in BuildThrowReassignConstant()
1965 BytecodeLabel end_label; in VisitVariableAssignment()
2249 BytecodeLabel resume_with_next; in VisitYield()
2250 BytecodeLabel resume_with_return; in VisitYield()
2251 BytecodeLabel resume_with_throw; in VisitYield()
2909 BytecodeLabel end_label; in VisitLogicalOrExpression()
2927 BytecodeLabel end_label; in VisitLogicalAndExpression()