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

/art/compiler/dex/
H A Dvreg_analysis.cc42 bool MIRGraph::SetCore(int index, bool is_core) { function in class:art::MIRGraph
52 bool MIRGraph::SetCore(int index) { function in class:art::MIRGraph
144 changed |= SetCore(defs[0]);
163 changed |= SetCore(uses[next]);
182 changed |= SetCore(uses[next]);
201 changed |= SetCore(uses[next]);
224 changed |= SetCore(uses[0]);
227 changed |= SetCore(uses[0]);
228 changed |= SetCore(uses[1]);
305 changed |= SetCore(use
[all...]

Completed in 35 milliseconds