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

  /art/dex2oat/linker/
image_test.h 187 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();
image_writer.h 80 const std::vector<const char*>& oat_filenames,
125 // the names in oat_filenames.
128 const std::vector<const char*>& oat_filenames)
image_writer.cc 175 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) {
    [all...]
  /art/runtime/gc/space/
image_space.h 131 const std::vector<const char*>& oat_filenames,
image_space.cc     [all...]
  /system/core/libunwindstack/tests/files/offline/jit_debug_arm/
libartd.so 
  /system/core/libunwindstack/tests/files/offline/jit_debug_x86/
libartd.so 

Completed in 1130 milliseconds