Searched refs:ImageWriter (Results 1 – 12 of 12) sorted by relevance
/art/dex2oat/linker/ |
D | image_writer.cc | 202 ObjPtr<mirror::ClassLoader> ImageWriter::GetAppClassLoader() const in GetAppClassLoader() 209 bool ImageWriter::IsImageDexCache(ObjPtr<mirror::DexCache> dex_cache) const { in IsImageDexCache() 240 bool ImageWriter::PrepareImageAddressSpace(bool preload_dex_caches, TimingLogger* timings) { in PrepareImageAddressSpace() 327 void ImageWriter::CopyMetadata() { in CopyMetadata() 343 bool ImageWriter::IsInternedAppImageStringReference(ObjPtr<mirror::Object> referred_obj) const { in IsInternedAppImageStringReference() 352 class ImageWriter::ImageFileGuard { 403 bool ImageWriter::Write(int image_fd, in Write() 611 size_t ImageWriter::GetImageOffset(mirror::Object* object, size_t oat_index) const { in GetImageOffset() 619 void ImageWriter::SetImageBinSlot(mirror::Object* object, BinSlot bin_slot) { in SetImageBinSlot() 657 void ImageWriter::PrepareDexCacheArraySlots() { in PrepareDexCacheArraySlots() [all …]
|
D | image_writer.h | 79 class ImageWriter final { 81 ImageWriter(const CompilerOptions& compiler_options, 747 DISALLOW_COPY_AND_ASSIGN(ImageWriter); 750 std::ostream& operator<<(std::ostream& stream, ImageWriter::Bin bin); 751 std::ostream& operator<<(std::ostream& stream, ImageWriter::NativeObjectRelocationType type); 752 std::ostream& operator<<(std::ostream& stream, ImageWriter::StubType stub_type);
|
D | oat_writer.h | 64 class ImageWriter; variable 184 ImageWriter* image_writer, 380 ImageWriter* image_writer_;
|
D | image_test.h | 213 std::unique_ptr<ImageWriter> writer(new ImageWriter(*compiler_options_, in DoCompile()
|
D | oat_writer.cc | 741 ImageWriter* image_writer, in Initialize()
|
/art/runtime/ |
D | intern_table.h | 39 class ImageWriter; variable 284 friend class linker::ImageWriter; 343 friend class linker::ImageWriter;
|
D | class_table.h | 36 class ImageWriter; variable 297 friend class linker::ImageWriter; // for InsertWithoutLocks.
|
D | image.h | 34 class ImageWriter; variable 505 friend class linker::ImageWriter;
|
D | class_linker.h | 79 class ImageWriter; variable 1475 friend class linker::ImageWriter; // for GetClassRoots
|
/art/runtime/mirror/ |
D | dex_cache.h | 31 class ImageWriter; variable 591 friend class linker::ImageWriter;
|
D | class.h | 49 class ImageWriter; variable 1569 friend class linker::ImageWriter; // For SetStatusInternal
|
/art/dex2oat/ |
D | dex2oat.cc | 2277 image_writer_.reset(new linker::ImageWriter(*compiler_options_, in WriteOutputFiles() 3059 std::unique_ptr<linker::ImageWriter> image_writer_;
|