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.h138 bool IsSchedulable(const HInstruction* instruction) const OVERRIDE { in IsSchedulable() function
149 return HScheduler::IsSchedulable(instruction); in IsSchedulable()
Dscheduler.h470 virtual bool IsSchedulable(const HInstruction* instruction) const;
471 bool IsSchedulable(const HBasicBlock* block) const;
Dscheduler.cc555 if (IsSchedulable(block)) { in Schedule()
657 bool HScheduler::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable() function in art::HScheduler
739 bool HScheduler::IsSchedulable(const HBasicBlock* block) const { in IsSchedulable() function in art::HScheduler
759 if (!IsSchedulable(it.Current())) { in IsSchedulable()