Searched refs:MakeFixedInterval (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator_test.cc | 462 LiveInterval::MakeFixedInterval(GetScopedAllocator(), 0, DataType::Type::kInt32); in TEST_F() 466 interval = LiveInterval::MakeFixedInterval(GetScopedAllocator(), 0, DataType::Type::kInt32); in TEST_F() 470 interval = LiveInterval::MakeFixedInterval(GetScopedAllocator(), 0, DataType::Type::kInt32); in TEST_F()
|
D | register_allocator_graph_color.cc | 601 LiveInterval* interval = LiveInterval::MakeFixedInterval(allocator_, i, DataType::Type::kInt32); in RegisterAllocatorGraphColor() 613 LiveInterval::MakeFixedInterval(allocator_, i, DataType::Type::kFloat32); in RegisterAllocatorGraphColor()
|
D | ssa_liveness_analysis.h | 285 static LiveInterval* MakeFixedInterval(ScopedArenaAllocator* allocator, in MakeFixedInterval() function
|
D | register_allocator_linear_scan.cc | 141 interval = LiveInterval::MakeFixedInterval(allocator_, reg, type); in BlockRegister()
|