Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dcode_item_accessors-inl.h159 int32_t uleb128_count = DecodeSignedLeb128(&handler_data) * 2; in CodeItemDataEnd() local
160 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()