Lines Matching refs:GetLabelOf
176 __ jmp(x86_64_codegen->GetLabelOf(successor_)); in EmitNativeCode()
1954 __ Bind(GetLabelOf(block)); in Bind()
2116 __ jmp(codegen_->GetLabelOf(successor)); in HandleGoto()
2367 nullptr : codegen_->GetLabelOf(true_successor); in VisitIf()
2369 nullptr : codegen_->GetLabelOf(false_successor); in VisitIf()
6352 __ j(kZero, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck()
8184 __ j(first_condition, codegen_->GetLabelOf(default_block)); in VisitPackedSwitch()
8185 __ j(kEqual, codegen_->GetLabelOf(successors[0])); in VisitPackedSwitch()
8199 __ j(first_condition, codegen_->GetLabelOf(successors[index])); in VisitPackedSwitch()
8201 __ j(kEqual, codegen_->GetLabelOf(successors[index + 1])); in VisitPackedSwitch()
8208 __ j(kEqual, codegen_->GetLabelOf(successors[index])); in VisitPackedSwitch()
8213 __ jmp(codegen_->GetLabelOf(default_block)); in VisitPackedSwitch()
8228 __ j(kAbove, codegen_->GetLabelOf(default_block)); in VisitPackedSwitch()
8422 Label* l = codegen_->GetLabelOf(b); in CreateJumpTable()