Searched refs:hint (Results 1 - 6 of 6) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc383 int hint = FindHintAtDefinition(); local
384 if (hint != kNoRegister && free_until[hint] > GetStart()) {
385 return hint;
392 // starts at. If one location is a register we return it as a hint. This
H A Dregister_allocator.cc814 int hint = current->FindFirstRegisterHint(free_until, liveness_); local
815 if ((hint != kNoRegister)
816 // For simplicity, if the hint we are getting for a pair cannot be used,
818 && !(current->IsLowInterval() && IsBlocked(GetHighForLowRegister(hint)))) {
819 DCHECK(!IsBlocked(hint));
820 reg = hint;
/art/compiler/utils/
H A Dswap_space.h165 pointer allocate(size_type n, SwapAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
/art/runtime/base/
H A Dallocator.h134 pointer allocate(size_type n, const_pointer hint ATTRIBUTE_UNUSED = 0) {
H A Darena_containers.h180 ArenaAllocatorAdapter<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
H A Dscoped_arena_containers.h151 ScopedArenaAllocatorAdapter<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {

Completed in 82 milliseconds