/art/compiler/optimizing/ |
D | bounds_check_elimination.cc | 291 ValueRange(ScopedArenaAllocator* allocator, ValueBound lower, ValueBound upper) in ValueRange() argument 292 : allocator_(allocator), lower_(lower), upper_(upper) {} in ValueRange() 338 ValueBound lower = lower_.Add(constant, &overflow, &underflow); in Add() local 350 return new (allocator_) ValueRange(allocator_, lower, upper); in Add() 413 ValueBound lower = ValueBound::NarrowLowerBound(bound_, range->GetLower()); in Narrow() local 414 if (!lower.IsConstant() || lower.GetConstant() == std::numeric_limits<int32_t>::min()) { in Narrow() 455 return new (GetAllocator()) ValueRange(GetAllocator(), lower, range->GetUpper()); in Narrow() 734 ValueBound lower = bound; in HandleIf() local 749 lower = right_range->GetLower(); in HandleIf() 752 lower = ValueBound::Min(); in HandleIf() [all …]
|
D | induction_var_range_test.cc | 85 void BuildLoop(int32_t lower, HInstruction* upper, int32_t stride) { in BuildLoop() argument 105 phi->AddInput(graph_->GetIntConstant(lower)); // i = l in BuildLoop() 1114 HInstruction* lower = nullptr; in TEST_F() local 1126 range_.GenerateRange(increment_->GetBlock(), phi, graph_, loop_preheader_, &lower, &upper); in TEST_F() 1129 ASSERT_TRUE(lower != nullptr); in TEST_F() 1130 ASSERT_TRUE(lower->IsAdd()); in TEST_F() 1131 ExpectInt(0, lower->InputAt(0)); in TEST_F() 1132 ExpectInt(0, lower->InputAt(1)); in TEST_F() 1198 HInstruction* lower = nullptr; in TEST_F() local 1210 range_.GenerateRange(increment_->GetBlock(), phi, graph_, loop_preheader_, &lower, &upper); in TEST_F() [all …]
|
D | induction_var_range.cc | 268 /*out*/HInstruction** lower, in GenerateRange() argument 278 lower, in GenerateRange() 534 HInductionVarAnalysis::InductionInfo* lower = trip->op_b->op_a; in IsWellBehavedTripCount() local 538 (!HasFetchInLoop(lower) || range.IsConstant(context, loop, lower, kAtLeast, ¬_used)) && in IsWellBehavedTripCount() 1050 /*out*/HInstruction** lower, in GenerateRangeOrLastValue() argument 1076 lower = nullptr; in GenerateRangeOrLastValue() 1082 context, loop, info, trip, graph, block, /*is_min=*/true, lower, needs_taken_test); in GenerateRangeOrLastValue() 1085 return GenerateLastValuePolynomial(context, loop, info, trip, graph, block, lower); in GenerateRangeOrLastValue() 1087 return GenerateLastValueGeometric(context, loop, info, trip, graph, block, lower); in GenerateRangeOrLastValue() 1089 return GenerateLastValueWrapAround(context, loop, info, trip, graph, block, lower); in GenerateRangeOrLastValue() [all …]
|
D | induction_var_range.h | 105 /*out*/ HInstruction** lower, 314 /*out*/ HInstruction** lower,
|
/art/tools/ |
D | bisect_profile.py | 109 if len(answer) >= 1 and answer[0].lower() == "y": 111 elif len(answer) >= 1 and answer[0].lower() == "n": 176 if result[0].lower() != "y": 181 if cont[0].lower() != "y": 188 if result[0].lower() == "y":
|
D | run-libcore-tests.py | 452 cmd.append("--vm-arg -Xusejit:{}".format(str(args.jit).lower()))
|
/art/runtime/interpreter/mterp/ |
D | gen_mterp.py | 36 opcodes.append("op_" + match.group(2).lower())
|
/art/imgdiag/ |
D | dirty_image_objects.md | 63 by the sort\_key values. I.e., dirty entries with sort\_key==N will have lower
|
/art/test/449-checker-bce/src/ |
D | Main.java | 1784 final int lower = start; in $noinline$testSetZeroToRange() local 1792 (lower < 0) || (lower >= array.length) || (upper >= array.length); in $noinline$testSetZeroToRange()
|
/art/test/594-checker-irreducible-linorder/smali/ |
D | IrreducibleLoop.smali | 101 # a lower liveness than the phi use.
|
/art/tools/runtime_memusage/ |
D | symbol_trace_info.py | 105 cat_file_name = cat_name.lower() + "cat_output"
|
/art/runtime/ |
D | mutator_gc_coord.md | 160 deadlock: Since we always wait on a lower-level lock, the holder of the 164 is itself holding the mutator lock, and can only be blocked on lower-level 188 participating in GC checkpoints. Waiting while holding a lower-level lock like
|
/art/tools/common/ |
D | common.py | 338 env.update({'ANDROID_LOG_TAGS':'*:' + log_severity.symbol.lower()})
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 7222 Ljava/util/concurrent/ConcurrentSkipListMap$KeySet;->lower(Ljava/lang/Object;)Ljava/lang/Object;
|