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