HomeSort by relevance Sort by last modified time
    Searched refs:FindFirstRegisterHint (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
ssa_liveness_analysis.cc 321 int LiveInterval::FindFirstRegisterHint(size_t* free_until,
ssa_liveness_analysis.h 778 int FindFirstRegisterHint(size_t* free_until, const SsaLivenessAnalysis& liveness) const;
    [all...]
register_allocator_linear_scan.cc 697 int hint = current->FindFirstRegisterHint(free_until, liveness_);
    [all...]

Completed in 85 milliseconds