Searched defs:IsSchedulingBarrier (Results 1 – 3 of 3) sorted by relevance
207 bool IsSchedulingBarrier() const { return is_scheduling_barrier_; } in IsSchedulingBarrier() function497 inline bool SchedulingGraph::IsSchedulingBarrier(const HInstruction* instruction) const { in IsSchedulingBarrier() function
160 bool IsSchedulingBarrier(const HInstruction* instr) const OVERRIDE { in IsSchedulingBarrier() function
766 bool HScheduler::IsSchedulingBarrier(const HInstruction* instr) const { in IsSchedulingBarrier() function in art::HScheduler