Searched refs:GetLabelOf (Results 1 – 12 of 12) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips64.h | 275 return assembler_.GetLabelLocation(GetLabelOf(block)); in GetAddressOf() 303 Mips64Label* GetLabelOf(HBasicBlock* block) const { in GetLabelOf() function
|
D | code_generator_mips.h | 279 return assembler_.GetLabelLocation(GetLabelOf(block)); in GetAddressOf() 310 MipsLabel* GetLabelOf(HBasicBlock* block) const { in GetLabelOf() function
|
D | code_generator_x86_64.h | 350 return GetLabelOf(block)->Position(); in GetAddressOf() 374 Label* GetLabelOf(HBasicBlock* block) const { in GetLabelOf() function
|
D | code_generator_x86.h | 365 return GetLabelOf(block)->Position(); in GetAddressOf() 423 Label* GetLabelOf(HBasicBlock* block) const { in GetLabelOf() function
|
D | code_generator_arm.h | 343 return GetLabelOf(block)->Position(); in GetAddressOf() 383 Label* GetLabelOf(HBasicBlock* block) const { in GetLabelOf() function
|
D | code_generator_arm64.h | 355 vixl::Label* GetLabelOf(HBasicBlock* block) { in GetLabelOf() function 370 vixl::Label* block_entry_label = GetLabelOf(block); in GetAddressOf()
|
D | code_generator_mips64.cc | 308 __ Bc(mips64_codegen->GetLabelOf(successor_)); in EmitNativeCode() 628 __ Bind(GetLabelOf(block)); in Bind() 1006 __ Beqzc(TMP, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() 2218 __ Bc(codegen_->GetLabelOf(successor)); in HandleGoto() 2651 nullptr : codegen_->GetLabelOf(true_successor); in VisitIf() 2653 nullptr : codegen_->GetLabelOf(false_successor); in VisitIf() 4155 __ Bltzc(temp_reg, codegen_->GetLabelOf(default_block)); in VisitPackedSwitch() 4159 __ Beqzc(temp_reg, codegen_->GetLabelOf(successors[0])); in VisitPackedSwitch() 4164 __ Bltzc(temp_reg, codegen_->GetLabelOf(successors[last_index + 1])); in VisitPackedSwitch() 4166 __ Beqzc(temp_reg, codegen_->GetLabelOf(successors[last_index + 2])); in VisitPackedSwitch() [all …]
|
D | code_generator_arm64.cc | 406 __ B(arm64_codegen->GetLabelOf(successor_)); in EmitNativeCode() 566 vixl::Label* target_label = codegen->GetLabelOf(successors[i]); in EmitTable() 1060 __ Bind(GetLabelOf(block)); in Bind() 1537 __ Cbz(temp, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() 2783 __ B(codegen_->GetLabelOf(successor)); in HandleGoto() 2930 nullptr : codegen_->GetLabelOf(true_successor); in VisitIf() 2932 nullptr : codegen_->GetLabelOf(false_successor); in VisitIf() 4767 __ B(eq, codegen_->GetLabelOf(successors[0])); in VisitPackedSwitch() 4772 __ B(lo, codegen_->GetLabelOf(successors[last_index + 1])); in VisitPackedSwitch() 4774 __ B(eq, codegen_->GetLabelOf(successors[last_index + 2])); in VisitPackedSwitch() [all …]
|
D | code_generator_x86_64.cc | 161 __ jmp(x86_64_codegen->GetLabelOf(successor_)); in EmitNativeCode() 1120 __ Bind(GetLabelOf(block)); in Bind() 1242 __ jmp(codegen_->GetLabelOf(successor)); in HandleGoto() 1510 nullptr : codegen_->GetLabelOf(true_successor); in VisitIf() 1512 nullptr : codegen_->GetLabelOf(false_successor); in VisitIf() 5096 __ j(kEqual, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() 6499 __ j(first_condition, codegen_->GetLabelOf(default_block)); in VisitPackedSwitch() 6500 __ j(kEqual, codegen_->GetLabelOf(successors[0])); in VisitPackedSwitch() 6514 __ j(first_condition, codegen_->GetLabelOf(successors[index])); in VisitPackedSwitch() 6516 __ j(kEqual, codegen_->GetLabelOf(successors[index + 1])); in VisitPackedSwitch() [all …]
|
D | code_generator_mips.cc | 356 __ B(mips_codegen->GetLabelOf(successor_)); in EmitNativeCode() 804 __ Bind(GetLabelOf(block)); in Bind() 1124 __ Beqz(TMP, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() 2599 __ B(codegen_->GetLabelOf(successor)); in HandleGoto() 3326 nullptr : codegen_->GetLabelOf(true_successor); in VisitIf() 3328 nullptr : codegen_->GetLabelOf(false_successor); in VisitIf() 5145 __ Bltz(temp_reg, codegen_->GetLabelOf(default_block)); in VisitPackedSwitch() 5149 __ Beqz(temp_reg, codegen_->GetLabelOf(successors[0])); in VisitPackedSwitch() 5154 __ Bltz(temp_reg, codegen_->GetLabelOf(successors[last_index + 1])); in VisitPackedSwitch() 5156 __ Beqz(temp_reg, codegen_->GetLabelOf(successors[last_index + 2])); in VisitPackedSwitch() [all …]
|
D | code_generator_arm.cc | 129 __ b(arm_codegen->GetLabelOf(successor_)); in EmitNativeCode() 953 Label* label = GetLabelOf(block); in Bind() 1226 __ b(codegen_->GetLabelOf(successor)); in HandleGoto() 1476 nullptr : codegen_->GetLabelOf(true_successor); in VisitIf() 1478 nullptr : codegen_->GetLabelOf(false_successor); in VisitIf() 4842 __ CompareAndBranchIfZero(IP, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() 6662 __ b(codegen_->GetLabelOf(successors[0]), EQ); in VisitPackedSwitch() 6667 __ b(codegen_->GetLabelOf(successors[last_index + 1]), LO); in VisitPackedSwitch() 6669 __ b(codegen_->GetLabelOf(successors[last_index + 2]), EQ); in VisitPackedSwitch() 6674 __ b(codegen_->GetLabelOf(successors[last_index + 1]), EQ); in VisitPackedSwitch() [all …]
|
D | code_generator_x86.cc | 183 __ jmp(x86_codegen->GetLabelOf(successor_)); in EmitNativeCode() 895 __ Bind(GetLabelOf(block)); in Bind() 1141 __ jmp(codegen_->GetLabelOf(successor)); in HandleGoto() 1467 nullptr : codegen_->GetLabelOf(true_successor); in VisitIf() 1469 nullptr : codegen_->GetLabelOf(false_successor); in VisitIf() 5600 __ j(kEqual, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() 7027 __ j(first_condition, codegen_->GetLabelOf(default_block)); in GenPackedSwitchWithCompares() 7028 __ j(kEqual, codegen_->GetLabelOf(successors[0])); in GenPackedSwitchWithCompares() 7042 __ j(first_condition, codegen_->GetLabelOf(successors[index])); in GenPackedSwitchWithCompares() 7044 __ j(kEqual, codegen_->GetLabelOf(successors[index + 1])); in GenPackedSwitchWithCompares() [all …]
|