Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 20 of 20) sorted by relevance

/art/test/522-checker-regression-monitor-exit/smali/
DTest.smali20 ## 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/
Dinduction_var_analysis.cc468 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 …]
Dnodes.cc1175 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 …]
Dbounds_check_elimination_test.cc361 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()
Dinduction_var_analysis.h289 InductionInfo* initial);
Dinduction_var_range_test.cc225 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()
Dbounds_check_elimination.cc371 HInstruction* initial, in MonotonicValueRange() argument
378 initial_(initial), in MonotonicValueRange()
Dload_store_elimination.cc2920 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()
Dnodes.h1369 void ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement);
1371 void ReplaceAndRemoveInstructionWith(HInstruction* initial,
/art/test/2248-checker-smali-remove-try-until-the-end/smali/
Db_260387991.smali25 ## 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/
Dexpected-stdout.txt12 Setting initial breakpoint on redefined method.
/art/test/588-checker-irreducib-lifetime-hole/smali/
DIrreducibleLoop.smali19 ## 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/
Dcatch_handler_on_entry.smali14 # return its result: this is the initial value of v1 because "v1 = v1 / 1".
/art/test/1949-short-dex-file/
Dinfo.txt20 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/
DIrreducibleLoop.smali19 ## CHECK-START-X86: int IrreducibleLoop.simpleLoop(int) dead_code_elimination$initial (before)
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali31 ## 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/
DREADME.chroot_vm.md15 Create the VM (download it and do some initial setup):
/art/test/046-reflect/
Dexpected-stdout.txt47 pubLong initial value is 1122334455667788
/art/test/565-checker-doublenegbitwise/smali/
DSmaliTests.smali177 # 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/
DBuilder.smali1363 ## CHECK-START: int Builder.testSynchronized(java.lang.Object) dead_code_elimination$initial (after)