HomeSort by relevance Sort by last modified time
    Searched defs:RegisterAllocatorGraphColor (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
register_allocator_graph_color.h 87 class RegisterAllocatorGraphColor : public RegisterAllocator {
89 RegisterAllocatorGraphColor(ArenaAllocator* allocator,
93 ~RegisterAllocatorGraphColor() OVERRIDE {}
188 DISALLOW_COPY_AND_ASSIGN(RegisterAllocatorGraphColor);
register_allocator_graph_color.cc 418 ColoringIteration(RegisterAllocatorGraphColor* register_allocator,
504 RegisterAllocatorGraphColor* register_allocator_;
550 RegisterAllocatorGraphColor::RegisterAllocatorGraphColor(ArenaAllocator* allocator,
599 void RegisterAllocatorGraphColor::AllocateRegisters() {
708 bool RegisterAllocatorGraphColor::Validate(bool log_fatal_on_failure) {
    [all...]

Completed in 113 milliseconds