Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/art_method/
H A Dart_method_tokenizer.cc114 base::Status ArtMethodTokenizer::ParseMethodLine(std::string_view l) { in ParseMethodLine() function in perfetto::trace_processor::art_method::ArtMethodTokenizer
329 RETURN_IF_ERROR(tokenizer_->ParseMethodLine(ToStringView(*method_tbv))); in ParseData()
549 RETURN_IF_ERROR(tokenizer_->ParseMethodLine(l)); in ParseHeaderMethods()
H A Dart_method_tokenizer.h103 [[nodiscard]] base::Status ParseMethodLine(std::string_view);