Searched refs:ImageWriter (Results 1 – 14 of 14) sorted by relevance
/art/dex2oat/linker/ |
D | image_writer.cc | 405 ObjPtr<MirrorType> ImageWriter::DecodeGlobalWithoutRB(JavaVMExt* vm, jobject obj) { in DecodeGlobalWithoutRB() 411 ObjPtr<MirrorType> ImageWriter::DecodeWeakGlobalWithoutRB( in DecodeWeakGlobalWithoutRB() 418 ObjPtr<mirror::ClassLoader> ImageWriter::GetAppClassLoader() const in GetAppClassLoader() 425 bool ImageWriter::IsImageDexCache(ObjPtr<mirror::DexCache> dex_cache) const { in IsImageDexCache() 456 bool ImageWriter::PrepareImageAddressSpace(TimingLogger* timings) { in PrepareImageAddressSpace() 515 void ImageWriter::CopyMetadata() { in CopyMetadata() 532 bool ImageWriter::IsStronglyInternedString(ObjPtr<mirror::String> str) NO_THREAD_SAFETY_ANALYSIS { in IsStronglyInternedString() 548 bool ImageWriter::IsInternedAppImageStringReference(ObjPtr<mirror::Object> referred_obj) const { in IsInternedAppImageStringReference() 555 bool ImageWriter::Write(int image_fd, in Write() 663 size_t ImageWriter::GetImageOffset(mirror::Object* object, size_t oat_index) const { in GetImageOffset() [all …]
|
D | image_writer.h | 79 class ImageWriter final { 81 ImageWriter(const CompilerOptions& compiler_options, 88 ~ImageWriter(); 727 DISALLOW_COPY_AND_ASSIGN(ImageWriter); 730 std::ostream& operator<<(std::ostream& stream, ImageWriter::Bin bin); 731 std::ostream& operator<<(std::ostream& stream, ImageWriter::NativeObjectRelocationType type);
|
D | oat_writer.h | 64 class ImageWriter; variable 174 ImageWriter* image_writer, 380 ImageWriter* image_writer_;
|
D | image_test.h | 220 std::unique_ptr<ImageWriter> writer(new ImageWriter(*compiler_options_, in DoCompile()
|
D | oat_writer.cc | 581 ImageWriter* image_writer, in Initialize()
|
/art/runtime/ |
D | intern_table.h | 41 class ImageWriter; variable 234 friend class linker::ImageWriter; 278 friend class linker::ImageWriter; 329 friend class linker::ImageWriter;
|
D | class_table.h | 36 class ImageWriter; variable 299 friend class linker::ImageWriter; // for InsertWithoutLocks.
|
D | monitor_inflation.md | 70 (There is one other use of monitor deflation from `ImageWriter`. That does not maintain
|
D | class_linker.h | 86 class ImageWriter; variable 1516 friend class linker::ImageWriter; // for GetClassRoots
|
/art/runtime/jni/ |
D | java_vm_ext.h | 31 class ImageWriter; variable 289 friend class linker::ImageWriter; // Uses `globals_` and `weak_globals_` without read barrier.
|
/art/runtime/oat/ |
D | image.h | 39 class ImageWriter; variable 527 friend class linker::ImageWriter;
|
/art/runtime/mirror/ |
D | dex_cache.h | 36 class ImageWriter; variable 594 friend class linker::ImageWriter;
|
D | class.h | 49 class ImageWriter; variable 1603 friend class linker::ImageWriter; // For SetStatusInternal
|
/art/dex2oat/ |
D | dex2oat.cc | 2078 image_writer_.reset(new linker::ImageWriter(*compiler_options_, in WriteOutputFiles() 2957 std::unique_ptr<linker::ImageWriter> image_writer_;
|