Searched defs:Strategy (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator.h42 enum Strategy { enum in class:art::RegisterAllocator
47 static constexpr Strategy kRegisterAllocatorDefault = kRegisterAllocatorLinearScan;
52 Strategy strategy = kRegisterAllocatorDefault);

Completed in 75 milliseconds