Searched refs:DecodeUnsignedLeb128P1 (Results 1 – 4 of 4) sorted by relevance
223 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()270 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()271 uint16_t descriptor_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()274 signature_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()326 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugLocalInfo()395 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()396 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()400 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()401 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()402 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()
50 DecodeUnsignedLeb128P1(&stream); // Parameter name. in GetDebugInfoStreamSize()66 DecodeUnsignedLeb128P1(&stream); // name_idx in GetDebugInfoStreamSize()67 DecodeUnsignedLeb128P1(&stream); // type_idx in GetDebugInfoStreamSize()71 DecodeUnsignedLeb128P1(&stream); // name_idx in GetDebugInfoStreamSize()72 DecodeUnsignedLeb128P1(&stream); // type_idx in GetDebugInfoStreamSize()73 DecodeUnsignedLeb128P1(&stream); // sig_idx in GetDebugInfoStreamSize()83 DecodeUnsignedLeb128P1(&stream); // name_idx in GetDebugInfoStreamSize()
109 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) { in DecodeUnsignedLeb128P1() function