Searched refs:IsSchedulable (Results 1 – 4 of 4) sorted by relevance
145 bool IsSchedulable(const HInstruction* instruction) const override { in IsSchedulable() function154 return HScheduler::IsSchedulable(instruction); in IsSchedulable()
141 bool IsSchedulable(const HInstruction* instruction) const override { in IsSchedulable() function152 return HScheduler::IsSchedulable(instruction); in IsSchedulable()
585 if (IsSchedulable(block)) { in Schedule()694 bool HScheduler::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable() function in art::HScheduler779 bool HScheduler::IsSchedulable(const HBasicBlock* block) const { in IsSchedulable() function in art::HScheduler799 if (!IsSchedulable(it.Current())) { in IsSchedulable()
460 virtual bool IsSchedulable(const HInstruction* instruction) const;461 bool IsSchedulable(const HBasicBlock* block) const;