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

  /art/compiler/optimizing/
register_allocator.h 74 static constexpr const char* kRegisterAllocatorPassName = "register";
graph_visualizer.cc 615 if (IsPass(RegisterAllocator::kRegisterAllocatorPassName) && is_after_pass_) {
    [all...]
optimizing_compiler.cc 594 PassScope scope(RegisterAllocator::kRegisterAllocatorPassName, pass_observer);
    [all...]

Completed in 160 milliseconds