Searched refs:max_ref_vreg (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/
H A Dcodegen_util.cc799 int max_ref_vreg = -1; local
806 max_ref_vreg = std::max(max_ref_vreg, references->GetHighestBitSet());
817 uint32_t reg_width = static_cast<uint32_t>((max_ref_vreg + 8) / 8);

Completed in 204 milliseconds