Searched refs:DecodeUnsignedLeb128P1 (Results 1 – 4 of 4) sorted by relevance
228 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()275 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()276 uint16_t descriptor_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()279 signature_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()331 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugLocalInfo()400 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()401 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()405 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()406 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()407 DecodeUnsignedLeb128P1(&stream); // signature. in DecodeDebugPositionInfo()[all …]
102 DecodeUnsignedLeb128P1(&stream); // Parameter name. in ProcessDexFiles()126 DecodeUnsignedLeb128P1(&stream); // name_idx in ProcessDexFiles()127 DecodeUnsignedLeb128P1(&stream); // type_idx in ProcessDexFiles()132 DecodeUnsignedLeb128P1(&stream); // name_idx in ProcessDexFiles()133 DecodeUnsignedLeb128P1(&stream); // type_idx in ProcessDexFiles()134 DecodeUnsignedLeb128P1(&stream); // sig_idx in ProcessDexFiles()150 DecodeUnsignedLeb128P1(&stream); // name_idx in ProcessDexFiles()
51 DecodeUnsignedLeb128P1(&stream); // Parameter name. in GetDebugInfoStreamSize()67 DecodeUnsignedLeb128P1(&stream); // name_idx in GetDebugInfoStreamSize()68 DecodeUnsignedLeb128P1(&stream); // type_idx in GetDebugInfoStreamSize()72 DecodeUnsignedLeb128P1(&stream); // name_idx in GetDebugInfoStreamSize()73 DecodeUnsignedLeb128P1(&stream); // type_idx in GetDebugInfoStreamSize()74 DecodeUnsignedLeb128P1(&stream); // sig_idx in GetDebugInfoStreamSize()84 DecodeUnsignedLeb128P1(&stream); // name_idx in GetDebugInfoStreamSize()
109 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) { in DecodeUnsignedLeb128P1() function