Searched refs:uleb128_count (Results 1 – 1 of 1) sorted by relevance
159 int32_t uleb128_count = DecodeSignedLeb128(&handler_data) * 2; in CodeItemDataEnd() local160 if (uleb128_count <= 0) { in CodeItemDataEnd()161 uleb128_count = -uleb128_count + 1; in CodeItemDataEnd()163 for (int32_t j = 0; j < uleb128_count; ++j) { in CodeItemDataEnd()