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

  /art/compiler/optimizing/
register_allocator_linear_scan.h 110 ScopedArenaVector<LiveInterval*> unhandled_core_intervals_; member in class:art::RegisterAllocatorLinearScan
115 // Currently processed list of unhandled intervals. Either `unhandled_core_intervals_`
register_allocator_test.cc 481 register_allocator.unhandled_ = &register_allocator.unhandled_core_intervals_;
    [all...]
register_allocator_linear_scan.cc 47 unhandled_core_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)),
191 unhandled_ = &unhandled_core_intervals_;
245 unhandled_core_intervals_.push_back(interval);
304 ? unhandled_core_intervals_
489 unhandled_ : &unhandled_core_intervals_;
    [all...]

Completed in 103 milliseconds