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

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

Completed in 5541 milliseconds