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

/art/runtime/
H A Dleb128.h31 static inline uint32_t DecodeUnsignedLeb128(const uint8_t** data) { function in namespace:art
61 return DecodeUnsignedLeb128(data) - 1;
147 uint32_t old_value = DecodeUnsignedLeb128(&old_end);

Completed in 21 milliseconds