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

  /art/compiler/optimizing/
register_allocator.h 42 kRegisterAllocatorLinearScan,
46 static constexpr Strategy kRegisterAllocatorDefault = kRegisterAllocatorLinearScan;
register_allocator_test.cc 76 test_name(Strategy::kRegisterAllocatorLinearScan);\
649 PhiHint(Strategy::kRegisterAllocatorLinearScan);
729 ExpectedInRegisterHint(Strategy::kRegisterAllocatorLinearScan);
805 SameAsFirstInputHint(Strategy::kRegisterAllocatorLinearScan);
    [all...]
register_allocator.cc 44 case kRegisterAllocatorLinearScan:
  /art/compiler/driver/
compiler_options.cc 102 register_allocation_strategy_ = RegisterAllocator::Strategy::kRegisterAllocatorLinearScan;

Completed in 82 milliseconds