Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler_arm.h146 bool IsSchedulable(const HInstruction* instruction) const override { in IsSchedulable() function
155 return HScheduler::IsSchedulable(instruction); in IsSchedulable()
Dscheduler_arm64.h141 bool IsSchedulable(const HInstruction* instruction) const override { in IsSchedulable() function
152 return HScheduler::IsSchedulable(instruction); in IsSchedulable()
Dscheduler.cc564 if (IsSchedulable(block)) { in Schedule()
673 bool HScheduler::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable() function in art::HScheduler
760 bool HScheduler::IsSchedulable(const HBasicBlock* block) const { in IsSchedulable() function in art::HScheduler
780 if (!IsSchedulable(it.Current())) { in IsSchedulable()
Dscheduler.h528 virtual bool IsSchedulable(const HInstruction* instruction) const;
529 bool IsSchedulable(const HBasicBlock* block) const;