HomeSort by relevance Sort by last modified time
    Searched refs:IsSchedulingBarrier (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
scheduler.h 207 bool IsSchedulingBarrier() const { return is_scheduling_barrier_; }
289 bool IsSchedulingBarrier(const HInstruction* instruction) const;
454 virtual bool IsSchedulingBarrier(const HInstruction* instruction) const;
469 // look at/update HScheduler${ARCH}::IsSchedulingBarrier for this instruction.
497 inline bool SchedulingGraph::IsSchedulingBarrier(const HInstruction* instruction) const {
498 return scheduler_->IsSchedulingBarrier(instruction);
scheduler_arm64.h 160 bool IsSchedulingBarrier(const HInstruction* instr) const OVERRIDE {
161 return HScheduler::IsSchedulingBarrier(instr) ||
scheduler.cc 302 bool other_is_barrier = other_node->IsSchedulingBarrier();
336 if (other_node->IsSchedulingBarrier()) {
423 if (node->IsSchedulingBarrier()) {
572 SchedulingNode* node = scheduling_graph_.AddNode(instruction, IsSchedulingBarrier(instruction));
766 bool HScheduler::IsSchedulingBarrier(const HInstruction* instr) const {

Completed in 70 milliseconds