Home
last modified time | relevance | path

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

/art/compiler/dex/
Dvreg_analysis.cc100 bool MIRGraph::SetHigh(int index, bool is_high) { in SetHigh() function in art::MIRGraph
109 bool MIRGraph::SetHigh(int index) { in SetHigh() function in art::MIRGraph
376 changed |= SetHigh(defs[0], is_high); in InferTypeAndSize()
379 changed |= SetHigh(defs[1]); in InferTypeAndSize()
386 changed |= SetHigh(uses[i], is_high); in InferTypeAndSize()
391 changed |= SetHigh(uses[1]); in InferTypeAndSize()
Dmir_graph.h957 bool SetHigh(int index, bool is_high);
958 bool SetHigh(int index);