Home
last modified time | relevance | path

Searched refs:HasExceptionDependency (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dscheduler.h284 if (HasExceptionDependency(instr1, instr2)) { in HasSideEffectDependency()
292 static bool HasExceptionDependency(const HInstruction* instr1, const HInstruction* instr2);
Dscheduler.cc245 bool SideEffectDependencyAnalysis::HasExceptionDependency(const HInstruction* instr1, in HasExceptionDependency() function in art::SideEffectDependencyAnalysis