/art/test/522-checker-regression-monitor-exit/smali/ |
D | Test.smali | 20 ## CHECK-START: int Test.synchronizedHashCode(java.lang.Object) dead_code_elimination$initial (befo… 24 ## CHECK-START: int Test.synchronizedHashCode(java.lang.Object) dead_code_elimination$initial (afte…
|
/art/compiler/optimizing/ |
D | induction_var_analysis.cc | 468 InductionInfo* initial = LookupInfo(loop, phi->InputAt(0)); in ClassifyNonTrivial() local 469 if (initial == nullptr || initial->induction_class != kInvariant) { in ClassifyNonTrivial() 486 initial, in ClassifyNonTrivial() 536 HInstruction* divc = GetShiftConstant(loop, instruction, initial); in ClassifyNonTrivial() 565 induction = CreateInduction(kLinear, kNop, induction, initial, /*fetch*/ nullptr, type); in ClassifyNonTrivial() 802 InductionInfo* initial = LookupInfo(loop, entry_phi->InputAt(0)); in SolvePhiAllInputs() local 803 return CreateInduction(kPeriodic, kNop, a, initial, /*fetch*/ nullptr, type); in SolvePhiAllInputs() 847 InductionInfo* initial = LookupInfo(loop, entry_phi->InputAt(0)); in SolveAddSub() local 850 return CreateInduction(kPolynomial, kNop, new_a, initial, /*fetch*/ nullptr, type); in SolveAddSub() 870 InductionInfo* initial = LookupInfo(loop, entry_phi->InputAt(0)); in SolveAddSub() local [all …]
|
D | nodes.cc | 1175 void HBasicBlock::ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement) { in ReplaceAndRemovePhiWith() argument 1176 DCHECK(initial->GetBlock() == this); in ReplaceAndRemovePhiWith() 1177 InsertPhiAfter(replacement, initial); in ReplaceAndRemovePhiWith() 1178 initial->ReplaceWith(replacement); in ReplaceAndRemovePhiWith() 1179 RemovePhi(initial); in ReplaceAndRemovePhiWith() 1182 void HBasicBlock::ReplaceAndRemoveInstructionWith(HInstruction* initial, in ReplaceAndRemoveInstructionWith() argument 1184 DCHECK(initial->GetBlock() == this); in ReplaceAndRemoveInstructionWith() 1185 if (initial->IsControlFlow()) { in ReplaceAndRemoveInstructionWith() 1190 DCHECK_EQ(initial->GetBlock(), this); in ReplaceAndRemoveInstructionWith() 1191 DCHECK_EQ(initial->GetType(), DataType::Type::kVoid); in ReplaceAndRemoveInstructionWith() [all …]
|
D | bounds_check_elimination_test.cc | 361 int initial, in BuildSSAGraph1() argument 371 HInstruction* constant_initial = graph->GetIntConstant(initial); in BuildSSAGraph1() 476 int initial, in BuildSSAGraph2() argument 486 HInstruction* constant_initial = graph->GetIntConstant(initial); in BuildSSAGraph2() 586 int initial, in BuildSSAGraph3() argument 594 HInstruction* constant_initial = graph->GetIntConstant(initial); in BuildSSAGraph3() 689 int initial, in BuildSSAGraph4() argument 698 HInstruction* constant_initial = graph->GetIntConstant(initial); in BuildSSAGraph4()
|
D | induction_var_analysis.h | 289 InductionInfo* initial);
|
D | induction_var_range_test.cc | 225 int32_t initial, in CreateWrapAround() argument 229 CreateConst(initial), in CreateWrapAround() 236 HInductionVarAnalysis::InductionInfo* CreateWrapAround(int32_t initial, int32_t lo, int32_t hi) { in CreateWrapAround() argument 237 return CreateWrapAround(initial, CreateRange(lo, hi)); in CreateWrapAround()
|
D | bounds_check_elimination.cc | 371 HInstruction* initial, in MonotonicValueRange() argument 378 initial_(initial), in MonotonicValueRange()
|
D | load_store_elimination.cc | 2920 LSEVisitor::Value initial = vr->value; in ForEachRecord() local 2922 if (!vr->value.ExactEquals(initial)) { in ForEachRecord() 2923 updated_values_.push_back({blk_id, heap_loc, initial}); in ForEachRecord()
|
D | nodes.h | 1369 void ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement); 1371 void ReplaceAndRemoveInstructionWith(HInstruction* initial,
|
/art/test/2248-checker-smali-remove-try-until-the-end/smali/ |
D | b_260387991.smali | 25 ## CHECK-START: void B260387991.testInfiniteCatch() dead_code_elimination$initial (before) 29 ## CHECK-START: void B260387991.testInfiniteCatch() dead_code_elimination$initial (after)
|
/art/test/996-breakpoint-obsolete/ |
D | expected-stdout.txt | 12 Setting initial breakpoint on redefined method.
|
/art/test/588-checker-irreducib-lifetime-hole/smali/ |
D | IrreducibleLoop.smali | 19 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop1(int) dead_code_elimination$initial (before) 59 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop2(int) dead_code_elimination$initial (before)
|
/art/test/802-deoptimization/smali/ |
D | catch_handler_on_entry.smali | 14 # return its result: this is the initial value of v1 because "v1 = v1 / 1".
|
/art/test/1949-short-dex-file/ |
D | info.txt | 20 This test tries to get the JIT to read out-of-bounds on the initial dex file by getting it to
|
/art/test/564-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 19 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop(int) dead_code_elimination$initial (before)
|
/art/test/559-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 31 ## CHECK-START: int IrreducibleLoop.simpleLoop(int) dead_code_elimination$initial (before) 68 ## CHECK-START: int IrreducibleLoop.lse(int, Main) dead_code_elimination$initial (after) 104 ## CHECK-START: int IrreducibleLoop.dce(int) dead_code_elimination$initial (before) 107 ## CHECK-START: int IrreducibleLoop.dce(int) dead_code_elimination$initial (after)
|
/art/test/ |
D | README.chroot_vm.md | 15 Create the VM (download it and do some initial setup):
|
/art/test/046-reflect/ |
D | expected-stdout.txt | 47 pubLong initial value is 1122334455667788
|
/art/test/565-checker-doublenegbitwise/smali/ |
D | SmaliTests.smali | 177 # This is a regression test. The initial logic was inserting the new bitwise 583 # This is a regression test. The initial logic was inserting the new bitwise
|
/art/test/510-checker-try-catch/smali/ |
D | Builder.smali | 1363 ## CHECK-START: int Builder.testSynchronized(java.lang.Object) dead_code_elimination$initial (after)
|