HomeSort by relevance Sort by last modified time
    Searched defs:high_reg (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
register_allocator_linear_scan.cc 711 int high_reg = current->GetHighInterval()->GetRegister(); local
712 if (high_reg == kNoRegister) {
713 high_reg = GetHighForLowRegister(reg);
715 if (free_until[high_reg] == 0) {
    [all...]
register_allocator_graph_color.cc 678 Location high_reg = processing_core_regs local
681 codegen_->AddAllocatedRegister(high_reg);
    [all...]

Completed in 127 milliseconds