Home
last modified time | relevance | path

Searched refs:MakeFixedInterval (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_test.cc462 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()
Dregister_allocator_graph_color.cc601 LiveInterval* interval = LiveInterval::MakeFixedInterval(allocator_, i, DataType::Type::kInt32); in RegisterAllocatorGraphColor()
613 LiveInterval::MakeFixedInterval(allocator_, i, DataType::Type::kFloat32); in RegisterAllocatorGraphColor()
Dssa_liveness_analysis.h285 static LiveInterval* MakeFixedInterval(ScopedArenaAllocator* allocator, in MakeFixedInterval() function
Dregister_allocator_linear_scan.cc141 interval = LiveInterval::MakeFixedInterval(allocator_, reg, type); in BlockRegister()