Home
last modified time | relevance | path

Searched refs:oat_writers_ (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc526 oat_writers_(), in Dex2Oat()
1375 rodata_.reserve(oat_writers_.size()); in Setup()
1376 for (size_t i = 0, size = oat_writers_.size(); i != size; ++i) { in Setup()
1381 if (!oat_writers_[i]->WriteAndOpenDexFiles(rodata_.back(), in Setup()
1672 std::unique_ptr<OatWriter>& oat_writer = oat_writers_[i]; in WriteOatFiles()
1695 std::unique_ptr<OatWriter>& oat_writer = oat_writers_[i]; in WriteOatFiles()
1962 DCHECK_EQ(oat_writers_.size(), 1u); in GetClassPathLocations()
1964 for (const char* location : oat_writers_[0]->GetSourceLocations()) { in GetClassPathLocations()
2104 DCHECK_EQ(oat_writers_.size(), 1u); in AddDexFileSources()
2105 if (!oat_writers_[0]->AddZippedDexFilesSource(ScopedFd(zip_fd_), zip_location_.c_str())) { in AddDexFileSources()
[all …]