Searched defs:SetWide (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dvreg_analysis.cc82 bool MIRGraph::SetWide(int index, bool is_wide) { function in class:art::MIRGraph
91 bool MIRGraph::SetWide(int index) { function in class:art::MIRGraph
375 changed |= SetWide(defs[0], is_wide);
378 changed |= SetWide(defs[1]);
385 changed |= SetWide(uses[i], is_wide);
390 changed |= SetWide(uses[1]);

Completed in 43 milliseconds