Home
last modified time | relevance | path

Searched refs:IsSchedulable (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dscheduler_arm.h35 bool IsSchedulable(const HInstruction* instruction) const override;
Dscheduler_arm64.h32 bool IsSchedulable(const HInstruction* instruction) const override;
Dscheduler.cc542 if (IsSchedulable(block)) { in Schedule()
641 bool HScheduler::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable() function in art::HScheduler
728 bool HScheduler::IsSchedulable(const HBasicBlock* block) const { in IsSchedulable() function in art::HScheduler
748 if (!IsSchedulable(it.Current())) { in IsSchedulable()
Dscheduler.h557 virtual bool IsSchedulable(const HInstruction* instruction) const;
558 bool IsSchedulable(const HBasicBlock* block) const;
Dscheduler_arm64.cc460 bool HSchedulerARM64::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable() function in art::arm64::HSchedulerARM64
471 return HScheduler::IsSchedulable(instruction); in IsSchedulable()
Dscheduler_arm.cc1267 bool HSchedulerARM::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable() function in art::arm::HSchedulerARM
1277 return HScheduler::IsSchedulable(instruction); in IsSchedulable()