Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc131 class OatWriter::DexFileSource {
190 class OatWriter::OatClassHeader {
210 bool Write(OatWriter* oat_writer, OutputStream* out, const size_t file_offset) const;
230 class OatWriter::OatClass {
237 bool Write(OatWriter* oat_writer, OutputStream* out) const;
278 class OatWriter::OatDexFile {
292 bool Write(OatWriter* oat_writer, OutputStream* out) const;
293 bool WriteClassOffsets(OatWriter* oat_writer, OutputStream* out);
358 OatWriter::OatWriter(bool compiling_boot_image, in OatWriter() function in art::linker::OatWriter
485 bool OatWriter::AddDexFileSource(const char* filename, in AddDexFileSource()
[all …]
Doat_writer.h113 class OatWriter {
121 OatWriter(bool compiling_boot_image,
245 ~OatWriter();
537 DISALLOW_COPY_AND_ASSIGN(OatWriter);
Dimage_test.h242 std::vector<std::unique_ptr<OatWriter>> oat_writers; in Compile()
249 oat_writers.emplace_back(new OatWriter(/*compiling_boot_image*/true, in Compile()
303 OatWriter* const oat_writer = oat_writers[i].get(); in Compile()
Doat_writer_test.cc126 OatWriter oat_writer(/*compiling_boot_image*/false, in WriteElf()
150 OatWriter oat_writer(/*compiling_boot_image*/false, in WriteElf()
169 OatWriter oat_writer(/*compiling_boot_image*/false, in WriteElf()
181 OatWriter& oat_writer, in DoWriteElf()
/art/compiler/
Dcompiler.h39 class OatWriter; variable
/art/runtime/
Dintern_table.h42 class OatWriter; variable
230 friend class linker::OatWriter; // for boot image string table slot address lookup.
290 friend class linker::OatWriter; // for boot image string table slot address lookup.
Dclass_table.h40 class OatWriter; variable
298 friend class linker::OatWriter; // for boot class TableSlot address lookup.
Dclass_linker.h50 class OatWriter; variable
1351 friend class linker::OatWriter; // for boot image string/class table slot address lookup.
/art/dex2oat/
Ddex2oat.cc2066 std::unique_ptr<linker::OatWriter>& oat_writer = oat_writers_[i]; in WriteOutputFiles()
2104 std::unique_ptr<linker::OatWriter>& oat_writer = oat_writers_[i]; in WriteOutputFiles()
2138 std::unique_ptr<linker::OatWriter>& oat_writer = oat_writers_[i]; in WriteOutputFiles()
2551 oat_writers_.emplace_back(new linker::OatWriter( in CreateOatWriters()
2928 std::vector<std::unique_ptr<linker::OatWriter>> oat_writers_;
/art/libdexfile/dex/
Ddex_file.h1110 friend class OatWriter; variable