Searched defs:hint (Results 1 – 8 of 8) sorted by relevance
| /art/libartbase/base/ |
| D | safe_map.h | 87 insert_return_type insert(const_iterator hint, node_type&& node) { in insert()
|
| D | hash_set.h | 505 std::pair<iterator, bool> insert([[maybe_unused]] const_iterator hint, const T& element) { in insert() 508 std::pair<iterator, bool> insert([[maybe_unused]] const_iterator hint, T&& element) { in insert()
|
| /art/compiler/optimizing/ |
| D | ssa_liveness_analysis.cc | 363 int hint = FindHintAtDefinition(); in FindFirstRegisterHint() local
|
| D | induction_var_range.cc | 77 HInstruction* instruction, HInstruction* hint, /*out*/HInstruction** suitable) { in IsMaxAtHint() 101 static InductionVarRange::Value SimplifyMax(InductionVarRange::Value v, HInstruction* hint) { in SimplifyMax()
|
| D | register_allocator_linear_scan.cc | 821 int hint = current->FindFirstRegisterHint(free_until, liveness_); in TryAllocateFreeReg() local
|
| D | induction_var_range_test.cc | 91 void SetHint(HInstruction* hint) { in SetHint()
|
| D | inliner.cc | 1892 static inline Handle<T> NewHandleIfDifferent(ObjPtr<T> object, Handle<T> hint, HGraph* graph) in NewHandleIfDifferent()
|
| D | bounds_check_elimination.cc | 1509 HInstruction* hint = HuntForDeclaration(context->InputAt(1)); in InductionRangeFitsIn() local
|