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

  /art/compiler/dex/
vreg_analysis.cc 32 bool MIRGraph::SetCore(int index, bool is_core) {
91 changed |= SetCore(ssa_rep->defs[0], true);
109 changed |= SetCore(ssa_rep->uses[next], true);
127 changed |= SetCore(ssa_rep->uses[next], true);
145 changed |= SetCore(ssa_rep->uses[next], true);
165 changed |= SetCore(ssa_rep->uses[0], true);
168 changed |= SetCore(ssa_rep->uses[0], true);
169 changed |= SetCore(ssa_rep->uses[1], true);
243 changed |= SetCore(ssa_rep->uses[i], true);
253 changed |= SetCore(ssa_rep->uses[i], true)
    [all...]
mir_graph.h 584 bool SetCore(int index, bool is_core);

Completed in 29 milliseconds