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

  /art/compiler/optimizing/
register_allocator.cc 662 if (current->HasHighInterval() && !current->GetHighInterval()->HasRegister()) {
678 if (interval->HasHighInterval()) {
686 if (interval->HasHighInterval()) {
    [all...]
ssa_liveness_analysis.cc 480 if (HasHighInterval()) {
486 if (HasHighInterval()) {
ssa_liveness_analysis.h 725 bool HasHighInterval() const {
739 DCHECK(HasHighInterval());
763 DCHECK(!HasHighInterval());
    [all...]

Completed in 2372 milliseconds