Home
last modified time | relevance | path

Searched refs:successors (Results 1 – 21 of 21) sorted by relevance

/aosp12/art/test/510-checker-try-catch/smali/
H A DBuilder.smali58 ## CHECK: successors "<<BReturn>>"
64 ## CHECK: successors "<<BReturn>>"
70 ## CHECK: successors "<<BReturn>>"
76 ## CHECK: successors "<<BTry1>>"
82 ## CHECK: successors "<<BTry2>>"
88 ## CHECK: successors "<<BAdd>>"
173 ## CHECK: successors "<<BTry1>>"
179 ## CHECK: successors "<<BTry2>>"
268 ## CHECK: successors "<<BTry>>"
274 ## CHECK: successors "<<BThen>>"
[all …]
H A DSsaBuilder.smali28 ## CHECK-NEXT: successors "<<BAdd:B\d+>>"
34 ## CHECK-NEXT: successors
43 ## CHECK-NEXT: successors "<<BAdd>>"
/aosp12/art/compiler/optimizing/
H A Dpretty_printer.h85 const ArenaVector<HBasicBlock*>& successors = block->GetSuccessors(); in VisitBasicBlock() local
86 if (!successors.empty()) { in VisitBasicBlock()
88 for (size_t i = 0; i < successors.size() - 1; i++) { in VisitBasicBlock()
89 PrintInt(successors[i]->GetBlockId()); in VisitBasicBlock()
92 PrintInt(successors.back()->GetBlockId()); in VisitBasicBlock()
H A Dcode_generator_arm64.cc555 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); in EmitTable() local
557 vixl::aarch64::Label* target_label = codegen->GetLabelOf(successors[i]); in EmitTable()
6331 const ArenaVector<HBasicBlock*>& successors = switch_instr->GetBlock()->GetSuccessors(); in VisitPackedSwitch() local
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()
6345 __ B(eq, codegen_->GetLabelOf(successors[last_index + 1])); in VisitPackedSwitch()
H A Dcode_generator_x86_64.cc7655 const ArenaVector<HBasicBlock*>& successors = switch_instr->GetBlock()->GetSuccessors(); in VisitPackedSwitch() local
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()
7683 __ j(kEqual, codegen_->GetLabelOf(successors[index])); in VisitPackedSwitch()
7893 const ArenaVector<HBasicBlock*>& successors = block->GetSuccessors(); in CreateJumpTable() local
7896 HBasicBlock* b = successors[i]; in CreateJumpTable()
H A Dcode_generator_arm_vixl.cc1930 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); in FixTable() local
1932 vixl32::Label* target_label = codegen->GetLabelOf(successors[i]); in FixTable()
9742 const ArenaVector<HBasicBlock*>& successors = switch_instr->GetBlock()->GetSuccessors(); in VisitPackedSwitch() local
9744 __ B(eq, codegen_->GetLabelOf(successors[0])); in VisitPackedSwitch()
9749 __ B(lo, codegen_->GetLabelOf(successors[last_index + 1])); in VisitPackedSwitch()
9751 __ B(eq, codegen_->GetLabelOf(successors[last_index + 2])); in VisitPackedSwitch()
9756 __ B(eq, codegen_->GetLabelOf(successors[last_index + 1])); in VisitPackedSwitch()
H A Dcode_generator_x86.cc8567 const ArenaVector<HBasicBlock*>& successors = switch_block->GetSuccessors(); in GenPackedSwitchWithCompares() local
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()
8595 __ j(kEqual, codegen_->GetLabelOf(successors[index])); in GenPackedSwitchWithCompares()
8817 const ArenaVector<HBasicBlock*>& successors = block->GetSuccessors(); in CreateJumpTable() local
8820 HBasicBlock* b = successors[i]; in CreateJumpTable()
/aosp12/art/test/517-checker-builder-fallthrough/smali/
H A DTestCase.smali27 ## CHECK: successors "B5" "B2"
32 ## CHECK: successors "B4"
39 ## CHECK: successors "B3"
43 ## CHECK: successors "B3"
/aosp12/art/test/596-checker-dead-phi/smali/
H A DIrreducibleLoop.smali47 # its successors. To do that, load a boolean value and compare NotEqual to 1.
/aosp12/art/test/594-checker-irreducible-linorder/smali/
H A DIrreducibleLoop.smali93 # its successors. To do that, load a boolean value and compare NotEqual to 1.
/aosp12/hardware/invensense/6515/libsensors_iio/
H A DLicense.txt15 or their successors.
174 benefit of the parties and their respective successors and assigns, provided,
/aosp12/hardware/broadcom/wlan/bcmdhd/firmware/
H A DLICENSE.TXT15 or their successors.
174 benefit of the parties and their respective successors and assigns, provided,
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Ddagger-spi-2.23.jardagger/spi/package-info.class package-info.java package dagger.spi abstract ...
H A Ddagger-compiler-2.23.jarjava/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...
/aosp12/art/test/626-checker-arm64-scratch-register/smali/
H A DMain2.smali118 ## CHECK: successors "<<ThenBlock:B\d+>>" "<<ElseBlock:B\d+>>"
133 ## CHECK: successors "<<ThenBlock:B\d+>>" "<<ElseBlock:B\d+>>"
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...