Home
last modified time | relevance | path

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

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