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

/art/runtime/
H A Dleb128.h118 static inline uint8_t* EncodeUnsignedLeb128(uint8_t* dest, uint32_t value) { function in namespace:art
131 static inline void EncodeUnsignedLeb128(Vector* dest, uint32_t value) { function in namespace:art
149 for (uint8_t* end = EncodeUnsignedLeb128(dest, value); end < old_end; end++) {
198 EncodeUnsignedLeb128(data_, value);

Completed in 33 milliseconds