Searched refs:DecodeUnsignedLeb128P1 (Results 1 – 3 of 3) sorted by relevance
328 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()375 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()376 uint16_t descriptor_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()379 signature_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo()438 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugLocalInfo()508 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()509 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()513 DecodeUnsignedLeb128P1(&stream); // name. in DecodeDebugPositionInfo()514 DecodeUnsignedLeb128P1(&stream); // descriptor. in DecodeDebugPositionInfo()515 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()
89 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) { in DecodeUnsignedLeb128P1() function