Searched refs:IsSchedulable (Results 1 – 6 of 6) sorted by relevance
35 bool IsSchedulable(const HInstruction* instruction) const override;
32 bool IsSchedulable(const HInstruction* instruction) const override;
542 if (IsSchedulable(block)) { in Schedule()641 bool HScheduler::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable() function in art::HScheduler728 bool HScheduler::IsSchedulable(const HBasicBlock* block) const { in IsSchedulable() function in art::HScheduler748 if (!IsSchedulable(it.Current())) { in IsSchedulable()
557 virtual bool IsSchedulable(const HInstruction* instruction) const;558 bool IsSchedulable(const HBasicBlock* block) const;
460 bool HSchedulerARM64::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable() function in art::arm64::HSchedulerARM64471 return HScheduler::IsSchedulable(instruction); in IsSchedulable()
1267 bool HSchedulerARM::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable() function in art::arm::HSchedulerARM1277 return HScheduler::IsSchedulable(instruction); in IsSchedulable()