Home
last modified time | relevance | path

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

/art/runtime/
Dleb128.h57 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) { in DecodeUnsignedLeb128P1() function
Ddex_file.cc789 uint32_t id = DecodeUnsignedLeb128P1(&stream); in DecodeDebugInfo0()
844 name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugInfo0()
845 descriptor_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugInfo0()
847 signature_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugInfo0()