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

  /art/compiler/dex/
vreg_analysis.cc 63 if (is_high && !reg_location_[index].high_word) {
64 reg_location_[index].high_word = true;
99 reg_location_[ssa_rep->defs[1]].high_word = true;
117 reg_location_[ssa_rep->uses[next + 1]].high_word = true;
135 reg_location_[ssa_rep->uses[next + 1]].high_word = true;
153 reg_location_[ssa_rep->uses[next + 1]].high_word = true;
172 reg_location_[ssa_rep->uses[1]].high_word = true;
182 reg_location_[ssa_rep->uses[1]].high_word = true;
234 reg_location_[ssa_rep->uses[i+1]].high_word = true;
241 reg_location_[ssa_rep->uses[i+1]].high_word = true
    [all...]
local_value_numbering.cc 155 uint32_t high_word = High32Bits(mir->dalvikInsn.vB_wide); local
158 uint16_t high_res = LookupValue(Instruction::CONST, Low16Bits(high_word),
159 High16Bits(high_word), 2);
mir_graph.h 310 unsigned high_word:1; // High word of pair? member in struct:art::RegLocation
  /external/valgrind/main/coregrind/
m_stacktrace.c 948 unsigned long inst, high_word, low_word; local
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 924 if (loc.wide && loc.fp && !loc.high_word) {
1063 if (curr->high_word) {
    [all...]
gen_invoke.cc 288 PromotionMap* p_map = v_map + (t_loc->high_word ? -1 : +1);
301 int lowreg_index = start_vreg + i + (t_loc->high_word ? -1 : 0);
    [all...]

Completed in 112 milliseconds