Searched refs:hint (Results 1 – 14 of 14) sorted by relevance
/art/compiler/optimizing/ |
D | ssa_liveness_analysis.cc | 348 int hint = FindHintAtDefinition(); in FindFirstRegisterHint() local 349 if (hint != kNoRegister && free_until[hint] > GetStart()) { in FindFirstRegisterHint() 350 return hint; in FindFirstRegisterHint()
|
D | register_allocator_linear_scan.cc | 697 int hint = current->FindFirstRegisterHint(free_until, liveness_); in TryAllocateFreeReg() local 698 if ((hint != kNoRegister) in TryAllocateFreeReg() 701 && !(current->IsLowInterval() && IsBlocked(GetHighForLowRegister(hint)))) { in TryAllocateFreeReg() 702 DCHECK(!IsBlocked(hint)); in TryAllocateFreeReg() 703 reg = hint; in TryAllocateFreeReg()
|
D | induction_var_range.cc | 97 HInstruction* instruction, HInstruction* hint, /*out*/HInstruction** suitable) { in IsMaxAtHint() argument 100 return IsMaxAtHint(instruction->InputAt(0), hint, suitable) || in IsMaxAtHint() 101 IsMaxAtHint(instruction->InputAt(1), hint, suitable); in IsMaxAtHint() 104 return HuntForDeclaration(instruction) == hint; in IsMaxAtHint() 121 static InductionVarRange::Value SimplifyMax(InductionVarRange::Value v, HInstruction* hint) { in SimplifyMax() argument 133 if (v.a_constant == 1 && IsMaxAtHint(v.instruction, hint, &suitable)) { in SimplifyMax()
|
D | inliner.cc | 1738 Handle<T> hint, in NewHandleIfDifferent() argument 1741 return (object != hint.Get()) ? handles->NewHandle(object) : hint; in NewHandleIfDifferent()
|
D | induction_var_range_test.cc | 128 void SetHint(HInstruction* hint) { in SetHint() argument 129 range_.chase_hint_ = hint; in SetHint()
|
D | bounds_check_elimination.cc | 1396 HInstruction* hint = HuntForDeclaration(context->InputAt(1)); in InductionRangeFitsIn() local 1397 if (induction_range_.GetInductionRange(context, index, hint, &v1, &v2, &needs_finite_test)) { in InductionRangeFitsIn()
|
/art/libartbase/base/ |
D | allocator.h | 133 pointer allocate(size_type n, const_pointer hint ATTRIBUTE_UNUSED = 0) {
|
D | arena_containers.h | 198 ArenaAllocatorAdapter<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
|
D | scoped_arena_containers.h | 182 ScopedArenaAllocatorAdapter<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
|
D | hash_set.h | 439 iterator insert(const_iterator hint ATTRIBUTE_UNUSED, const T& element) { in insert() 442 iterator insert(const_iterator hint ATTRIBUTE_UNUSED, T&& element) { in insert()
|
/art/test/435-try-finally-without-catch/ |
D | info.txt | 19 (yet). With no hint that this method might contain one (or several)
|
/art/openjdkjvmti/ |
D | jvmti_allocator.h | 113 pointer allocate(size_type n, JvmtiAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
|
/art/compiler/utils/ |
D | swap_space.h | 178 pointer allocate(size_type n, SwapAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
|
/art/tools/jfuzz/ |
D | README.md | 65 hint = Art interpreter on host
|