Lines Matching refs:GetLabelOf
219 __ jmp(x86_codegen->GetLabelOf(successor_)); in EmitNativeCode()
1231 __ Bind(GetLabelOf(block)); in Bind()
1655 __ jmp(codegen_->GetLabelOf(successor)); in HandleGoto()
1976 nullptr : codegen_->GetLabelOf(true_successor); in VisitIf()
1978 nullptr : codegen_->GetLabelOf(false_successor); in VisitIf()
6759 __ j(kEqual, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck()
8571 __ j(first_condition, codegen_->GetLabelOf(default_block)); in GenPackedSwitchWithCompares()
8572 __ j(kEqual, codegen_->GetLabelOf(successors[0])); in GenPackedSwitchWithCompares()
8586 __ j(first_condition, codegen_->GetLabelOf(successors[index])); in GenPackedSwitchWithCompares()
8588 __ j(kEqual, codegen_->GetLabelOf(successors[index + 1])); in GenPackedSwitchWithCompares()
8595 __ j(kEqual, codegen_->GetLabelOf(successors[index])); in GenPackedSwitchWithCompares()
8600 __ jmp(codegen_->GetLabelOf(default_block)); in GenPackedSwitchWithCompares()
8658 __ j(kAbove, codegen_->GetLabelOf(default_block)); in VisitX86PackedSwitch()
8821 Label* l = codegen_->GetLabelOf(b); in CreateJumpTable()