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

  /art/compiler/dex/
vreg_analysis.cc 61 bool MIRGraph::SetHigh(int index, bool is_high) {
63 if (is_high && !reg_location_[index].high_word) {
284 bool is_high = is_phi && rl_temp.wide && rl_temp.high_word; local
291 is_high |= is_phi && rl_temp.wide && rl_temp.high_word;
310 changed |= SetHigh(ssa_rep->defs[0], is_high);
320 changed |= SetHigh(ssa_rep->uses[i], is_high);
mir_graph.h 587 bool SetHigh(int index, bool is_high);

Completed in 41 milliseconds