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.h113 ScopedArenaVector<LiveInterval*> unhandled_fp_intervals_; variable
Dregister_allocator_linear_scan.cc48 unhandled_fp_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
211 unhandled_ = &unhandled_fp_intervals_; in AllocateRegistersInternal()
258 unhandled_fp_intervals_.push_back(high); in ProcessInstruction()
260 unhandled_fp_intervals_.push_back(interval); in ProcessInstruction()
305 : unhandled_fp_intervals_; in ProcessInstruction()