Home
last modified time | relevance | path

Searched defs:IsSchedulable (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dscheduler_arm.h145 bool IsSchedulable(const HInstruction* instruction) const override { in IsSchedulable() function
Dscheduler_arm64.h141 bool IsSchedulable(const HInstruction* instruction) const override { in IsSchedulable() function
Dscheduler.cc679 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