Home
last modified time | relevance | path

Searched refs:ParseHeaderSectionLine (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/importers/art_method/
H A Dart_method_tokenizer.cc480 RETURN_IF_ERROR(ParseHeaderSectionLine(ToStringView(*raw))); in ParseHeaderStart()
506 RETURN_IF_ERROR(ParseHeaderSectionLine(l)); in ParseHeaderOptions()
519 RETURN_IF_ERROR(ParseHeaderSectionLine(l)); in ParseHeaderThreads()
546 RETURN_IF_ERROR(ParseHeaderSectionLine(l)); in ParseHeaderMethods()
587 base::Status ArtMethodTokenizer::NonStreaming::ParseHeaderSectionLine( in ParseHeaderSectionLine() function in perfetto::trace_processor::art_method::ArtMethodTokenizer::NonStreaming
H A Dart_method_tokenizer.h71 base::Status ParseHeaderSectionLine(std::string_view);