Searched defs:intervals (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator.cc184 // intervals belonging to the live-in set of the catch/header block to be spilled.
234 // Create synthesized intervals for temporaries.
398 // If needed, add interval to the list of unhandled intervals.
405 // of this new interval might be after intervals already in the list.
411 // Don't add directly to `unhandled`, temp or safepoint intervals
446 // To simplify unit testing, we eagerly create the array of intervals, and
448 ArenaVector<LiveInterval*> intervals(allocator_->Adapter(kArenaAllocRegisterAllocatorValidate));
452 intervals.push_back(instruction->GetLiveInterval());
461 intervals.push_back(fixed);
467 intervals
475 ValidateIntervals(const ArenaVector<LiveInterval*>& intervals, size_t number_of_spill_slots, size_t number_of_out_slots, const CodeGenerator& codegen, ArenaAllocator* allocator, bool processing_core_registers, bool log_fatal_on_failure) argument
940 RemoveIntervalAndPotentialOtherHalf( ArenaVector<LiveInterval*>* intervals, ArenaVector<LiveInterval*>::iterator pos) argument
[all...]

Completed in 34 milliseconds