Searched refs:HSchedulerARM64 (Results 1 – 3 of 3) sorted by relevance
132 class HSchedulerARM64 : public HScheduler {134 HSchedulerARM64(ScopedArenaAllocator* allocator, SchedulingNodeSelector* selector) in HSchedulerARM64() function136 ~HSchedulerARM64() OVERRIDE {} in ~HSchedulerARM64()170 DISALLOW_COPY_AND_ASSIGN(HSchedulerARM64);
355 arm64::HSchedulerARM64 scheduler(GetScopedAllocator(), &critical_path_selector); in TEST_F()361 arm64::HSchedulerARM64 scheduler(GetScopedAllocator(), &critical_path_selector); in TEST_F()
795 arm64::HSchedulerARM64 scheduler(&allocator, selector); in Run()