Searched refs:ImageWriter (Results 1 – 12 of 12) sorted by relevance
/art/dex2oat/linker/ |
D | image_writer.cc | 219 ObjPtr<mirror::ClassLoader> ImageWriter::GetAppClassLoader() const in GetAppClassLoader() 226 bool ImageWriter::IsImageDexCache(ObjPtr<mirror::DexCache> dex_cache) const { in IsImageDexCache() 257 bool ImageWriter::PrepareImageAddressSpace(TimingLogger* timings) { in PrepareImageAddressSpace() 309 void ImageWriter::CopyMetadata() { in CopyMetadata() 325 bool ImageWriter::IsInternedAppImageStringReference(ObjPtr<mirror::Object> referred_obj) const { in IsInternedAppImageStringReference() 334 class ImageWriter::ImageFileGuard { 385 bool ImageWriter::Write(int image_fd, in Write() 593 size_t ImageWriter::GetImageOffset(mirror::Object* object, size_t oat_index) const { in GetImageOffset() 601 void ImageWriter::SetImageBinSlot(mirror::Object* object, BinSlot bin_slot) { in SetImageBinSlot() 639 ImageWriter::Bin ImageWriter::AssignImageBinSlot(mirror::Object* object, size_t oat_index) { in AssignImageBinSlot() [all …]
|
D | image_writer.h | 77 class ImageWriter final { 79 ImageWriter(const CompilerOptions& compiler_options, 706 DISALLOW_COPY_AND_ASSIGN(ImageWriter); 709 std::ostream& operator<<(std::ostream& stream, ImageWriter::Bin bin); 710 std::ostream& operator<<(std::ostream& stream, ImageWriter::NativeObjectRelocationType type); 711 std::ostream& operator<<(std::ostream& stream, ImageWriter::StubType stub_type);
|
D | oat_writer.h | 64 class ImageWriter; variable 174 ImageWriter* image_writer, 369 ImageWriter* image_writer_;
|
D | image_test.h | 213 std::unique_ptr<ImageWriter> writer(new ImageWriter(*compiler_options_, in DoCompile()
|
D | oat_writer.cc | 743 ImageWriter* image_writer, in Initialize()
|
/art/runtime/ |
D | intern_table.h | 39 class ImageWriter; variable 239 friend class linker::ImageWriter; 281 friend class linker::ImageWriter; 340 friend class linker::ImageWriter;
|
D | class_table.h | 36 class ImageWriter; variable 282 friend class linker::ImageWriter; // for InsertWithoutLocks.
|
D | image.h | 34 class ImageWriter; variable 504 friend class linker::ImageWriter;
|
D | class_linker.h | 80 class ImageWriter; variable 1430 friend class linker::ImageWriter; // for GetClassRoots
|
/art/runtime/mirror/ |
D | dex_cache.h | 31 class ImageWriter; variable 580 friend class linker::ImageWriter;
|
D | class.h | 49 class ImageWriter; variable 1577 friend class linker::ImageWriter; // For SetStatusInternal
|
/art/dex2oat/ |
D | dex2oat.cc | 2071 image_writer_.reset(new linker::ImageWriter(*compiler_options_, in WriteOutputFiles() 2947 std::unique_ptr<linker::ImageWriter> image_writer_;
|