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

  /art/compiler/dex/
vreg_analysis.cc 100 bool MIRGraph::SetHigh(int index, bool is_high) {
102 if (is_high && !reg_location_[index].high_word) {
350 bool is_high = is_phi && rl_temp.wide && rl_temp.high_word; local
357 is_high |= is_phi && rl_temp.wide && rl_temp.high_word;
376 changed |= SetHigh(defs[0], is_high);
386 changed |= SetHigh(uses[i], is_high);
mir_graph.h 957 bool SetHigh(int index, bool is_high);
    [all...]

Completed in 174 milliseconds