Home
last modified time | relevance | path

Searched refs:VREG_NUM_WIDTH (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dmir_graph.h162 #define VREG_NUM_WIDTH 16 macro
/art/compiler/dex/quick/
Dralloc_util.cc144 core_vmap_table_.push_back(reg << VREG_NUM_WIDTH | (v_reg & ((1 << VREG_NUM_WIDTH) - 1))); in RecordCorePromotion()
Dcodegen_util.cc1011 raw_vmap_table.push_back(~(-1 << VREG_NUM_WIDTH) & core_vmap_table_[i]); in GetCompiledMethod()