Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc902 passes_to_run_ = ReadCommentedInputFromFile<std::vector<std::string>>( in ProcessOptions()
2550 if (!ReadCommentedInputFromFile(file.c_str(), nullptr, dirty_image_objects_.get())) { in PrepareDirtyObjects()
2568 if (!ReadCommentedInputFromFile( in PreparePreloadedClasses()
2800 static bool ReadCommentedInputFromFile( in ReadCommentedInputFromFile() function in art::Dex2Oat
2826 static std::unique_ptr<T> ReadCommentedInputFromFile( in ReadCommentedInputFromFile() function in art::Dex2Oat
2829 ReadCommentedInputFromFile(input_filename, process, output.get()); in ReadCommentedInputFromFile()
/aosp_15_r20/art/profman/
H A Dprofman.cc392 denylist(ReadCommentedInputFromFile<std::set<std::string>>( in ParseArgs()
960 static T* ReadCommentedInputFromFile( in ReadCommentedInputFromFile() function in art::ProfMan
1648 user_lines(ReadCommentedInputFromFile<std::vector<std::string>>( in CreateBootProfile()
1703 user_lines(ReadCommentedInputFromFile<std::unordered_set<std::string>>( in CreateProfile()
/aosp_15_r20/art/oatdump/
H A Doatdump.cc2762 std::vector<std::string> lines = ReadCommentedInputFromFile(imt_file); in DumpImt()
3113 static std::vector<std::string> ReadCommentedInputFromFile(const std::string& input_filename) { in ReadCommentedInputFromFile() function in art::IMTDumper