Home
last modified time | relevance | path

Searched refs:hint (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.cc383 int hint = FindHintAtDefinition(); in FindFirstRegisterHint() local
384 if (hint != kNoRegister && free_until[hint] > GetStart()) { in FindFirstRegisterHint()
385 return hint; in FindFirstRegisterHint()
Dregister_allocator.cc814 int hint = current->FindFirstRegisterHint(free_until, liveness_); in TryAllocateFreeReg() local
815 if ((hint != kNoRegister) in TryAllocateFreeReg()
818 && !(current->IsLowInterval() && IsBlocked(GetHighForLowRegister(hint)))) { in TryAllocateFreeReg()
819 DCHECK(!IsBlocked(hint)); in TryAllocateFreeReg()
820 reg = hint; in TryAllocateFreeReg()
/art/test/435-try-finally-without-catch/
Dinfo.txt19 (yet). With no hint that this method might contain one (or several)
/art/runtime/base/
Dallocator.h134 pointer allocate(size_type n, const_pointer hint ATTRIBUTE_UNUSED = 0) {
Darena_containers.h180 ArenaAllocatorAdapter<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
Dscoped_arena_containers.h151 ScopedArenaAllocatorAdapter<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
/art/compiler/utils/
Dswap_space.h165 pointer allocate(size_type n, SwapAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {