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

/art/runtime/verifier/
H A Dmethod_verifier.cc1400 uint32_t value_count = *reinterpret_cast<const uint32_t*>(&array_data[2]); local
1401 uint32_t table_size = 4 + (value_width * value_count + 1) / 2;

Completed in 151 milliseconds