HomeSort by relevance Sort by last modified time
    Searched refs:MakeFixedInterval (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
register_allocator_test.cc 430 LiveInterval* interval = LiveInterval::MakeFixedInterval(&allocator, 0, Primitive::kPrimInt);
434 interval = LiveInterval::MakeFixedInterval(&allocator, 0, Primitive::kPrimInt);
438 interval = LiveInterval::MakeFixedInterval(&allocator, 0, Primitive::kPrimInt);
    [all...]
ssa_liveness_analysis.h 218 static LiveInterval* MakeFixedInterval(ArenaAllocator* allocator, int reg, Primitive::Type type) {
    [all...]
register_allocator.cc 144 interval = LiveInterval::MakeFixedInterval(allocator_, reg, type);
    [all...]

Completed in 45 milliseconds