Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler_arm64.h96 bool IsSchedulable(const HInstruction* instruction) const OVERRIDE { in IsSchedulable() function
Dscheduler.cc460 bool HScheduler::IsSchedulable(const HInstruction* instruction) const { in IsSchedulable() function in art::HScheduler
546 bool HScheduler::IsSchedulable(const HBasicBlock* block) const { in IsSchedulable() function in art::HScheduler