Searched defs:oat_filenames (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Dimage_writer.cc166 const std::vector<const char*>& oat_filenames) {
168 // oat_filenames.
173 CHECK(!oat_filenames.empty());
174 CHECK_EQ(image_filenames.size(), oat_filenames.size());
178 for (size_t i = 0; i < oat_filenames.size(); ++i) {
2307 const std::vector<const char*>& oat_filenames,
2315 image_infos_(oat_filenames.size()),
2319 oat_filenames_(oat_filenames),
164 Write(int image_fd, const std::vector<const char*>& image_filenames, const std::vector<const char*>& oat_filenames) argument
2301 ImageWriter( const CompilerDriver& compiler_driver, uintptr_t image_begin, bool compile_pic, bool compile_app_image, ImageHeader::StorageMode image_storage_mode, const std::vector<const char*>& oat_filenames, const std::unordered_map<const DexFile*, size_t>& dex_file_oat_index_map) argument

Completed in 93 milliseconds