Home
last modified time | relevance | path

Searched refs:FindFirstRegisterHint (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.cc323 int LiveInterval::FindFirstRegisterHint(size_t* free_until, in FindFirstRegisterHint() function in art::LiveInterval
Dssa_liveness_analysis.h695 int FindFirstRegisterHint(size_t* free_until, const SsaLivenessAnalysis& liveness) const;
Dregister_allocator.cc774 int hint = current->FindFirstRegisterHint(free_until, liveness_); in TryAllocateFreeReg()