Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler_arm.h145 bool IsSchedulable(const HInstruction* instruction) const override { in IsSchedulable() function
154 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.cc585 if (IsSchedulable(block)) { in Schedule()
694 bool HScheduler::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable() function in art::HScheduler
779 bool HScheduler::IsSchedulable(const HBasicBlock* block) const { in IsSchedulable() function in art::HScheduler
799 if (!IsSchedulable(it.Current())) { in IsSchedulable()
Dscheduler.h460 virtual bool IsSchedulable(const HInstruction* instruction) const;
461 bool IsSchedulable(const HBasicBlock* block) const;