Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h414 return GetLabelOf(block)->Position(); in GetAddressOf()
503 Label* GetLabelOf(HBasicBlock* block) const { in GetLabelOf() function
Dcode_generator_x86_64.h401 return GetLabelOf(block)->Position(); in GetAddressOf()
427 Label* GetLabelOf(HBasicBlock* block) const { in GetLabelOf() function
Dcode_generator_arm_vixl.h495 vixl::aarch32::Label* block_entry_label = GetLabelOf(block); in GetAddressOf()
546 vixl::aarch32::Label* GetLabelOf(HBasicBlock* block) { in GetLabelOf() function
Dcode_generator_arm64.h545 vixl::aarch64::Label* GetLabelOf(HBasicBlock* block) { in GetLabelOf() function
571 vixl::aarch64::Label* block_entry_label = GetLabelOf(block); in GetAddressOf()
Dcode_generator_arm64.cc437 __ B(arm64_codegen->GetLabelOf(successor_)); in EmitNativeCode()
594 vixl::aarch64::Label* target_label = codegen->GetLabelOf(successors[i]); in EmitTable()
1303 __ Bind(GetLabelOf(block)); in Bind()
1943 __ Cbz(temp, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck()
3425 __ B(codegen_->GetLabelOf(successor)); in HandleGoto()
3564 vixl::aarch64::Label* true_target = codegen_->GetLabelOf(true_successor); in VisitIf()
3568 vixl::aarch64::Label* false_target = codegen_->GetLabelOf(false_successor); in VisitIf()
6119 __ B(eq, codegen_->GetLabelOf(successors[0])); in VisitPackedSwitch()
6124 __ B(lo, codegen_->GetLabelOf(successors[last_index + 1])); in VisitPackedSwitch()
6126 __ B(eq, codegen_->GetLabelOf(successors[last_index + 2])); in VisitPackedSwitch()
[all …]
Dcode_generator_x86_64.cc168 __ jmp(x86_64_codegen->GetLabelOf(successor_)); in EmitNativeCode()
1537 __ Bind(GetLabelOf(block)); in Bind()
1658 __ jmp(codegen_->GetLabelOf(successor)); in HandleGoto()
1899 nullptr : codegen_->GetLabelOf(true_successor); in VisitIf()
1901 nullptr : codegen_->GetLabelOf(false_successor); in VisitIf()
5798 __ j(kEqual, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck()
7520 __ j(first_condition, codegen_->GetLabelOf(default_block)); in VisitPackedSwitch()
7521 __ j(kEqual, codegen_->GetLabelOf(successors[0])); in VisitPackedSwitch()
7535 __ j(first_condition, codegen_->GetLabelOf(successors[index])); in VisitPackedSwitch()
7537 __ j(kEqual, codegen_->GetLabelOf(successors[index + 1])); in VisitPackedSwitch()
[all …]
Dcode_generator_x86.cc217 __ jmp(x86_codegen->GetLabelOf(successor_)); in EmitNativeCode()
1208 __ Bind(GetLabelOf(block)); in Bind()
1489 __ jmp(codegen_->GetLabelOf(successor)); in HandleGoto()
1810 nullptr : codegen_->GetLabelOf(true_successor); in VisitIf()
1812 nullptr : codegen_->GetLabelOf(false_successor); in VisitIf()
6426 __ j(kEqual, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck()
8233 __ j(first_condition, codegen_->GetLabelOf(default_block)); in GenPackedSwitchWithCompares()
8234 __ j(kEqual, codegen_->GetLabelOf(successors[0])); in GenPackedSwitchWithCompares()
8248 __ j(first_condition, codegen_->GetLabelOf(successors[index])); in GenPackedSwitchWithCompares()
8250 __ j(kEqual, codegen_->GetLabelOf(successors[index + 1])); in GenPackedSwitchWithCompares()
[all …]
Dcode_generator_arm_vixl.cc443 __ B(arm_codegen->GetLabelOf(successor_)); in EmitNativeCode()
1838 final_label = GetLabelOf(next->AsGoto()->GetSuccessor()); in GetFinalLabel()
1909 vixl32::Label* target_label = codegen->GetLabelOf(successors[i]); in FixTable()
2325 __ Bind(GetLabelOf(block)); in Bind()
2619 __ B(codegen_->GetLabelOf(successor)); in HandleGoto()
2792 nullptr : codegen_->GetLabelOf(true_successor); in VisitIf()
2794 nullptr : codegen_->GetLabelOf(false_successor); in VisitIf()
7031 __ CompareAndBranchIfZero(temp, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck()
9574 __ B(eq, codegen_->GetLabelOf(successors[0])); in VisitPackedSwitch()
9579 __ B(lo, codegen_->GetLabelOf(successors[last_index + 1])); in VisitPackedSwitch()
[all …]