Home
last modified time | relevance | path

Searched refs:kRegisterAllocatorDefault (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.h46 static constexpr Strategy kRegisterAllocatorDefault = kRegisterAllocatorLinearScan; variable
51 Strategy strategy = kRegisterAllocatorDefault);
/art/compiler/driver/
Dcompiler_options.cc85 register_allocation_strategy_(RegisterAllocator::kRegisterAllocatorDefault), in CompilerOptions()