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

  /art/runtime/gc/space/
image_space.h 131 const std::vector<const char*>& oat_filenames,
image_space.cc     [all...]
  /art/compiler/
image_test.cc 181 std::vector<std::string> oat_filenames; local
186 oat_filenames.push_back(oat_filename);
194 for (const std::string& file : oat_filenames) {
345 for (size_t i = 0, size = oat_filenames.size(); i != size; ++i) {
346 const char* oat_filename = oat_filenames[i].c_str();
image_writer.h 73 const std::vector<const char*>& oat_filenames,
130 // the names in oat_filenames.
133 const std::vector<const char*>& oat_filenames)
image_writer.cc 172 const std::vector<const char*>& oat_filenames) {
174 // oat_filenames.
179 CHECK(!oat_filenames.empty());
180 CHECK_EQ(image_filenames.size(), oat_filenames.size());
184 for (size_t i = 0; i < oat_filenames.size(); ++i) {
    [all...]

Completed in 307 milliseconds