Searched refs:ParseMethodLine (Results 1 – 2 of 2) sorted by relevance
114 base::Status ArtMethodTokenizer::ParseMethodLine(std::string_view l) { in ParseMethodLine() function in perfetto::trace_processor::art_method::ArtMethodTokenizer329 RETURN_IF_ERROR(tokenizer_->ParseMethodLine(ToStringView(*method_tbv))); in ParseData()549 RETURN_IF_ERROR(tokenizer_->ParseMethodLine(l)); in ParseHeaderMethods()
103 [[nodiscard]] base::Status ParseMethodLine(std::string_view);