Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dcodegen_util.cc817 uint32_t reg_width = static_cast<uint32_t>((max_ref_vreg + 8) / 8); in CreateNativeGcMap() local
820 max_native_offset, reg_width); in CreateNativeGcMap()
833 references_buffer.resize(reg_width); in CreateNativeGcMap()
840 for (size_t i = 0; i != reg_width; ++i) { in CreateNativeGcMap()