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

/art/runtime/gc/space/
H A Dimage_space.h138 const std::vector<const char*>& oat_filenames,
H A Dimage_space.cc1513 const std::vector<const char*>& oat_filenames,
1515 DCHECK_GT(oat_filenames.size(), 1u);
1511 GetMultiImageBootClassPath( const std::vector<const char*>& dex_locations, const std::vector<const char*>& oat_filenames, const std::vector<const char*>& image_filenames) argument
/art/compiler/
H A Dimage_test.cc150 std::vector<std::string> oat_filenames; local
154 oat_filenames.push_back(oat_filename);
159 for (const std::string& file : oat_filenames) {
295 for (size_t i = 0, size = oat_filenames.size(); i != size; ++i) {
296 const char* oat_filename = oat_filenames[i].c_str();
H A Dimage_writer.h64 const std::vector<const char*>& oat_filenames,
116 // the names in oat_filenames.
119 const std::vector<const char*>& oat_filenames)
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) {
2450 const std::vector<const char*>& oat_filenames,
2458 image_infos_(oat_filenames.size()),
2462 oat_filenames_(oat_filenames),
164 Write(int image_fd, const std::vector<const char*>& image_filenames, const std::vector<const char*>& oat_filenames) argument
2444 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 73 milliseconds