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

  /art/compiler/optimizing/
scheduler_arm64.h 132 class HSchedulerARM64 : public HScheduler {
134 HSchedulerARM64(ScopedArenaAllocator* allocator, SchedulingNodeSelector* selector)
136 ~HSchedulerARM64() OVERRIDE {}
170 DISALLOW_COPY_AND_ASSIGN(HSchedulerARM64);
scheduler_test.cc 355 arm64::HSchedulerARM64 scheduler(GetScopedAllocator(), &critical_path_selector);
361 arm64::HSchedulerARM64 scheduler(GetScopedAllocator(), &critical_path_selector);
scheduler.cc 795 arm64::HSchedulerARM64 scheduler(&allocator, selector);

Completed in 79 milliseconds