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

  /art/compiler/dex/quick/
ralloc_util.cc 279 core_vmap_table_.push_back(reg_num << VREG_NUM_WIDTH | (v_reg & ((1 << VREG_NUM_WIDTH) - 1)));
313 fp_vmap_table_.push_back(reg_num << VREG_NUM_WIDTH | (v_reg & ((1 << VREG_NUM_WIDTH) - 1)));
    [all...]
codegen_util.cc     [all...]
  /art/compiler/dex/
mir_graph.h 181 #define VREG_NUM_WIDTH 16
    [all...]

Completed in 117 milliseconds