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

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

Completed in 1113 milliseconds