Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_test.cc436 LiveInterval* interval = LiveInterval::MakeFixedInterval(&allocator, 0, Primitive::kPrimInt); in TEST()
440 interval = LiveInterval::MakeFixedInterval(&allocator, 0, Primitive::kPrimInt); in TEST()
444 interval = LiveInterval::MakeFixedInterval(&allocator, 0, Primitive::kPrimInt); in TEST()
Dssa_liveness_analysis.h220 static LiveInterval* MakeFixedInterval(ArenaAllocator* allocator, int reg, Primitive::Type type) { in MakeFixedInterval() function
Dregister_allocator.cc139 interval = LiveInterval::MakeFixedInterval(allocator_, reg, type); in BlockRegister()