Home
last modified time | relevance | path

Searched refs:GetLabelOf (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.h401 return GetLabelOf(block)->Position(); in GetAddressOf()
427 Label* GetLabelOf(HBasicBlock* block) const { in GetLabelOf() function
Dcode_generator_x86.h423 return GetLabelOf(block)->Position(); in GetAddressOf()
527 Label* GetLabelOf(HBasicBlock* block) const { in GetLabelOf() function
Dcode_generator_arm_vixl.h497 vixl::aarch32::Label* block_entry_label = GetLabelOf(block); in GetAddressOf()
548 vixl::aarch32::Label* GetLabelOf(HBasicBlock* block) { in GetLabelOf() function
Dcode_generator_arm64.h573 vixl::aarch64::Label* GetLabelOf(HBasicBlock* block) { in GetLabelOf() function
597 vixl::aarch64::Label* block_entry_label = GetLabelOf(block); in GetAddressOf()
Dcode_generator_x86_64.cc170 __ jmp(x86_64_codegen->GetLabelOf(successor_)); in EmitNativeCode()
1610 __ Bind(GetLabelOf(block)); in Bind()
1731 __ jmp(codegen_->GetLabelOf(successor)); in HandleGoto()
1972 nullptr : codegen_->GetLabelOf(true_successor); in VisitIf()
1974 nullptr : codegen_->GetLabelOf(false_successor); in VisitIf()
5929 __ j(kEqual, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck()
7659 __ j(first_condition, codegen_->GetLabelOf(default_block)); in VisitPackedSwitch()
7660 __ j(kEqual, codegen_->GetLabelOf(successors[0])); in VisitPackedSwitch()
7674 __ j(first_condition, codegen_->GetLabelOf(successors[index])); in VisitPackedSwitch()
7676 __ j(kEqual, codegen_->GetLabelOf(successors[index + 1])); in VisitPackedSwitch()
[all …]
Dcode_generator_arm64.cc400 __ B(arm64_codegen->GetLabelOf(successor_)); in EmitNativeCode()
557 vixl::aarch64::Label* target_label = codegen->GetLabelOf(successors[i]); in EmitTable()
1289 __ Bind(GetLabelOf(block)); in Bind()
1929 __ Cbz(temp, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck()
3506 __ B(codegen_->GetLabelOf(successor)); in HandleGoto()
3645 vixl::aarch64::Label* true_target = codegen_->GetLabelOf(true_successor); in VisitIf()
3649 vixl::aarch64::Label* false_target = codegen_->GetLabelOf(false_successor); in VisitIf()
6333 __ B(eq, codegen_->GetLabelOf(successors[0])); in VisitPackedSwitch()
6338 __ B(lo, codegen_->GetLabelOf(successors[last_index + 1])); in VisitPackedSwitch()
6340 __ B(eq, codegen_->GetLabelOf(successors[last_index + 2])); in VisitPackedSwitch()
[all …]
Dcode_generator_x86.cc219 __ 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()
[all …]
Dcode_generator_arm_vixl.cc446 __ B(arm_codegen->GetLabelOf(successor_)); in EmitNativeCode()
1859 final_label = GetLabelOf(next->AsGoto()->GetSuccessor()); in GetFinalLabel()
1932 vixl32::Label* target_label = codegen->GetLabelOf(successors[i]); in FixTable()
2354 __ Bind(GetLabelOf(block)); in Bind()
2648 __ B(codegen_->GetLabelOf(successor)); in HandleGoto()
2821 nullptr : codegen_->GetLabelOf(true_successor); in VisitIf()
2823 nullptr : codegen_->GetLabelOf(false_successor); in VisitIf()
7120 __ CompareAndBranchIfZero(temp, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck()
9744 __ B(eq, codegen_->GetLabelOf(successors[0])); in VisitPackedSwitch()
9749 __ B(lo, codegen_->GetLabelOf(successors[last_index + 1])); in VisitPackedSwitch()
[all …]