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

/art/dex2oat/linker/
H A Dimage_test.h187 std::vector<std::string> oat_filenames; local
192 oat_filenames.push_back(oat_filename);
200 for (const std::string& file : oat_filenames) {
357 for (size_t i = 0, size = oat_filenames.size(); i != size; ++i) {
358 const char* oat_filename = oat_filenames[i].c_str();
H A Dimage_writer.cc175 const std::vector<const char*>& oat_filenames) {
177 // oat_filenames.
182 CHECK(!oat_filenames.empty());
183 CHECK_EQ(image_filenames.size(), oat_filenames.size());
187 for (size_t i = 0; i < oat_filenames.size(); ++i) {
2804 const std::vector<const char*>& oat_filenames,
2813 image_infos_(oat_filenames.size()),
2817 oat_filenames_(oat_filenames),
173 Write(int image_fd, const std::vector<const char*>& image_filenames, const std::vector<const char*>& oat_filenames) argument
2798 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, const std::unordered_set<std::string>* dirty_image_objects) argument
/art/runtime/gc/space/
H A Dimage_space.cc1833 const std::vector<const char*>& oat_filenames,
1835 DCHECK_GT(oat_filenames.size(), 1u);
1831 GetMultiImageBootClassPath( const std::vector<const char*>& dex_locations, const std::vector<const char*>& oat_filenames, const std::vector<const char*>& image_filenames) argument

Completed in 15 milliseconds