Searched refs:IsSchedulable (Results 1 – 4 of 4) sorted by relevance
146 bool IsSchedulable(const HInstruction* instruction) const override { in IsSchedulable() function155 return HScheduler::IsSchedulable(instruction); in IsSchedulable()
141 bool IsSchedulable(const HInstruction* instruction) const override { in IsSchedulable() function152 return HScheduler::IsSchedulable(instruction); in IsSchedulable()
564 if (IsSchedulable(block)) { in Schedule()673 bool HScheduler::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable() function in art::HScheduler760 bool HScheduler::IsSchedulable(const HBasicBlock* block) const { in IsSchedulable() function in art::HScheduler780 if (!IsSchedulable(it.Current())) { in IsSchedulable()
528 virtual bool IsSchedulable(const HInstruction* instruction) const;529 bool IsSchedulable(const HBasicBlock* block) const;