Lines Matching refs:DecodeUnsignedLeb128P1
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()
420 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugPositionInfo()
469 visitor(dex::StringIndex(DecodeUnsignedLeb128P1(debug_info))); in DecodeDebugInfoParameterNames()