Searched refs:HasExceptionDependency (Results 1 – 2 of 2) sorted by relevance
314 bool HasExceptionDependency(const HInstruction* node, const HInstruction* other) const;
248 bool SchedulingGraph::HasExceptionDependency(const HInstruction* node, in HasExceptionDependency() function in art::SchedulingGraph276 if (HasExceptionDependency(node, other)) { in HasSideEffectDependency()