HomeSort by relevance Sort by last modified time
    Searched refs:image_filenames (Results 1 - 6 of 6) sorted by null

  /art/runtime/gc/space/
image_space.h 128 std::vector<std::string>* image_filenames);
132 const std::vector<const char*>& image_filenames);
image_space.cc     [all...]
  /art/compiler/
image_test.h 171 std::vector<std::string> image_filenames; local
174 image_filenames.push_back(image_filename);
187 for (const std::string& image_filename : image_filenames) {
202 for (const std::string& file : image_filenames) {
image_writer.h 120 // the names in image_filenames.
124 const std::vector<const char*>& image_filenames,
image_writer.cc 172 const std::vector<const char*>& image_filenames,
174 // If image_fd or oat_fd are not kInvalidFd then we may have empty strings in image_filenames or
176 CHECK(!image_filenames.empty());
178 CHECK_EQ(image_filenames.size(), 1u);
181 CHECK_EQ(image_filenames.size(), oat_filenames.size());
198 for (size_t i = 0; i < image_filenames.size(); ++i) {
199 const char* image_filename = image_filenames[i];
    [all...]
  /art/dex2oat/
dex2oat.cc 1577 std::vector<std::string> image_filenames; local
    [all...]

Completed in 92 milliseconds