Searched refs:DecodeUnsignedLeb128P1 (Results 1 – 4 of 4) sorted by relevance
265 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()312 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()313 uint16_t descriptor_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()316 signature_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()368 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugLocalInfo()437 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()438 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()442 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()443 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()444 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