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.h528 virtual bool IsSchedulable(const HInstruction* instruction) const;
529 bool IsSchedulable(const HBasicBlock* block) const;
Dscheduler.cc570 if (IsSchedulable(block)) { in Schedule()
679 bool HScheduler::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable() function in art::HScheduler
764 bool HScheduler::IsSchedulable(const HBasicBlock* block) const { in IsSchedulable() function in art::HScheduler
784 if (!IsSchedulable(it.Current())) { in IsSchedulable()