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

  /art/compiler/dex/
reg_location.h 50 unsigned high_word:1; // High word of pair? member in struct:art::RegLocation
vreg_analysis.cc 102 if (is_high && !reg_location_[index].high_word) {
103 reg_location_[index].high_word = true;
111 if (!reg_location_[index].high_word) {
112 reg_location_[index].high_word = true;
152 reg_location_[defs[1]].high_word = true;
171 reg_location_[uses[next + 1]].high_word = true;
190 reg_location_[uses[next + 1]].high_word = true;
209 reg_location_[uses[next + 1]].high_word = true;
231 reg_location_[uses[1]].high_word = true;
242 reg_location_[uses[1]].high_word = true
    [all...]
local_value_numbering.cc 1540 uint32_t high_word = High32Bits(mir->dalvikInsn.vB_wide); local
    [all...]
mir_graph.h 729 DCHECK(!loc.high_word); // Do not allow asking for the high partner.
    [all...]
mir_optimization.cc 298 reg_location_[ssa_reg_high].high_word = 1;
    [all...]
  /external/valgrind/main/coregrind/
m_stacktrace.c 1301 unsigned long inst, high_word, low_word; local
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /art/compiler/dex/quick/
codegen_util.cc 61 if (rl_src.high_word) {
62 rl_src.high_word = false;
    [all...]
gen_invoke.cc 424 PromotionMap* p_map = v_map + (t_loc->high_word ? -1 : +1);
437 int lowreg_index = start_vreg + i + (t_loc->high_word ? -1 : 0);
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 941 << (loc.high_word ? " h" : " ")
    [all...]

Completed in 438 milliseconds