Searched refs:hint (Results 1 – 7 of 7) sorted by relevance
383 int hint = FindHintAtDefinition(); in FindFirstRegisterHint() local384 if (hint != kNoRegister && free_until[hint] > GetStart()) { in FindFirstRegisterHint()385 return hint; in FindFirstRegisterHint()
814 int hint = current->FindFirstRegisterHint(free_until, liveness_); in TryAllocateFreeReg() local815 if ((hint != kNoRegister) in TryAllocateFreeReg()818 && !(current->IsLowInterval() && IsBlocked(GetHighForLowRegister(hint)))) { in TryAllocateFreeReg()819 DCHECK(!IsBlocked(hint)); in TryAllocateFreeReg()820 reg = hint; in TryAllocateFreeReg()
19 (yet). With no hint that this method might contain one (or several)
134 pointer allocate(size_type n, const_pointer hint ATTRIBUTE_UNUSED = 0) {
180 ArenaAllocatorAdapter<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
151 ScopedArenaAllocatorAdapter<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
165 pointer allocate(size_type n, SwapAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {