Home
last modified time | relevance | path

Searched refs:unhandled_fp_intervals_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h135 ScopedArenaVector<LiveInterval*> unhandled_fp_intervals_; variable
Dregister_allocator_linear_scan.cc49 unhandled_fp_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
217 unhandled_ = &unhandled_fp_intervals_; in AllocateRegistersInternal()
268 core_register ? unhandled_core_intervals_ : unhandled_fp_intervals_; in ProcessInstruction()
350 unhandled_fp_intervals_.push_back(high); in CheckForTempLiveIntervals()
352 unhandled_fp_intervals_.push_back(interval); in CheckForTempLiveIntervals()