Home
last modified time | relevance | path

Searched refs:ReadCommentedInputStream (Results 1 – 3 of 3) sorted by relevance

/art/profman/
Dprofman.cc870 ReadCommentedInputStream<T>(*input_file, process)); in ReadCommentedInputFromFile()
878 static T* ReadCommentedInputStream( in ReadCommentedInputStream() function in art::ProfMan
/art/dex2oat/
Ddex2oat.cc2903 std::unique_ptr<T> result = ReadCommentedInputStream<T>(*input_file, process); in ReadCommentedInputFromFile()
2934 return ReadCommentedInputStream<T>(input_stream, process); in ReadCommentedInputFromZip()
2940 static std::unique_ptr<T> ReadCommentedInputStream( in ReadCommentedInputStream() function in art::Dex2Oat
/art/oatdump/
Doatdump.cc3364 static std::vector<std::string> ReadCommentedInputStream(std::istream& in_stream) { in ReadCommentedInputStream() function in art::IMTDumper
3384 std::vector<std::string> result = ReadCommentedInputStream(*input_file); in ReadCommentedInputFromFile()