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

  /art/compiler/optimizing/
register_allocator_linear_scan.h 113 ScopedArenaVector<LiveInterval*> unhandled_fp_intervals_; member in class:art::RegisterAllocatorLinearScan
116 // or `unhandled_fp_intervals_`.
register_allocator_linear_scan.cc 48 unhandled_fp_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)),
211 unhandled_ = &unhandled_fp_intervals_;
258 unhandled_fp_intervals_.push_back(high);
260 unhandled_fp_intervals_.push_back(interval);
305 : unhandled_fp_intervals_;
    [all...]

Completed in 256 milliseconds