Searched defs:GetSuccessor (Results 1 - 7 of 7) sorted by path

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc450 HBasicBlock* GetSuccessor() const { function in class:art::arm64::SuspendCheckSlowPathARM64
2167 DCHECK_EQ(slow_path->GetSuccessor(), successor);
3546 HandleGoto(got, got->GetSuccessor());
H A Dcode_generator_arm_vixl.cc469 HBasicBlock* GetSuccessor() const { function in class:art::arm::SuspendCheckSlowPathARMVIXL
2330 final_label = GetLabelOf(next->AsGoto()->GetSuccessor());
2843 HandleGoto(got, got->GetSuccessor());
6760 DCHECK_EQ(slow_path->GetSuccessor(), successor);
H A Dcode_generator_mips.cc371 HBasicBlock* GetSuccessor() const { function in class:art::mips::SuspendCheckSlowPathMIPS
1957 DCHECK_EQ(slow_path->GetSuccessor(), successor);
4248 HandleGoto(got, got->GetSuccessor());
H A Dcode_generator_mips64.cc327 HBasicBlock* GetSuccessor() const { function in class:art::mips64::SuspendCheckSlowPathMIPS64
1801 DCHECK_EQ(slow_path->GetSuccessor(), successor);
3577 HandleGoto(got, got->GetSuccessor());
H A Dcode_generator_x86.cc210 HBasicBlock* GetSuccessor() const { function in class:art::x86::SuspendCheckSlowPathX86
1392 HandleGoto(got, got->GetSuccessor());
5748 DCHECK_EQ(slow_path->GetSuccessor(), successor);
H A Dcode_generator_x86_64.cc166 HBasicBlock* GetSuccessor() const { function in class:art::x86_64::SuspendCheckSlowPathX86_64
1489 HandleGoto(got, got->GetSuccessor());
5195 DCHECK_EQ(slow_path->GetSuccessor(), successor);
H A Dnodes.h2833 HBasicBlock* GetSuccessor() const { function in class:art::FINAL

Completed in 180 milliseconds