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