Searched refs:DecodeUnsignedLeb128P1 (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/
H A Ddex_file.cc782 uint32_t id = DecodeUnsignedLeb128P1(&stream);
837 name_idx = DecodeUnsignedLeb128P1(&stream);
838 descriptor_idx = DecodeUnsignedLeb128P1(&stream);
840 signature_idx = DecodeUnsignedLeb128P1(&stream);
H A Dleb128.h57 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) { function in namespace:art

Completed in 114 milliseconds