Searched refs:ImageWriter (Results 1 – 13 of 13) sorted by relevance
/art/dex2oat/linker/ |
D | image_writer.cc | 226 ObjPtr<MirrorType> ImageWriter::DecodeGlobalWithoutRB(JavaVMExt* vm, jobject obj) { in DecodeGlobalWithoutRB() 232 ObjPtr<MirrorType> ImageWriter::DecodeWeakGlobalWithoutRB( in DecodeWeakGlobalWithoutRB() 239 ObjPtr<mirror::ClassLoader> ImageWriter::GetAppClassLoader() const in GetAppClassLoader() 246 bool ImageWriter::IsImageDexCache(ObjPtr<mirror::DexCache> dex_cache) const { in IsImageDexCache() 277 bool ImageWriter::PrepareImageAddressSpace(TimingLogger* timings) { in PrepareImageAddressSpace() 338 void ImageWriter::CopyMetadata() { in CopyMetadata() 355 bool ImageWriter::IsStronglyInternedString(ObjPtr<mirror::String> str) NO_THREAD_SAFETY_ANALYSIS { in IsStronglyInternedString() 371 bool ImageWriter::IsInternedAppImageStringReference(ObjPtr<mirror::Object> referred_obj) const { in IsInternedAppImageStringReference() 379 class ImageWriter::ImageFileGuard { 430 bool ImageWriter::Write(int image_fd, in Write() [all …]
|
D | image_writer.h | 77 class ImageWriter final { 79 ImageWriter(const CompilerOptions& compiler_options, 86 ~ImageWriter(); 710 DISALLOW_COPY_AND_ASSIGN(ImageWriter); 713 std::ostream& operator<<(std::ostream& stream, ImageWriter::Bin bin); 714 std::ostream& operator<<(std::ostream& stream, ImageWriter::NativeObjectRelocationType type); 715 std::ostream& operator<<(std::ostream& stream, ImageWriter::StubType stub_type);
|
D | oat_writer.h | 64 class ImageWriter; variable 174 ImageWriter* image_writer, 394 ImageWriter* image_writer_;
|
D | image_test.h | 213 std::unique_ptr<ImageWriter> writer(new ImageWriter(*compiler_options_, in DoCompile()
|
D | oat_writer.cc | 746 ImageWriter* image_writer, in Initialize()
|
/art/runtime/ |
D | intern_table.h | 40 class ImageWriter; variable 233 friend class linker::ImageWriter; 277 friend class linker::ImageWriter; 328 friend class linker::ImageWriter;
|
D | class_table.h | 36 class ImageWriter; variable 274 friend class linker::ImageWriter; // for InsertWithoutLocks.
|
D | image.h | 34 class ImageWriter; variable 504 friend class linker::ImageWriter;
|
D | class_linker.h | 82 class ImageWriter; variable 1359 friend class linker::ImageWriter; // for GetClassRoots
|
/art/runtime/jni/ |
D | java_vm_ext.h | 31 class ImageWriter; variable 285 friend class linker::ImageWriter; // Uses `globals_` and `weak_globals_` without read barrier.
|
/art/runtime/mirror/ |
D | dex_cache.h | 32 class ImageWriter; variable 487 friend class linker::ImageWriter;
|
D | class.h | 49 class ImageWriter; variable 1573 friend class linker::ImageWriter; // For SetStatusInternal
|
/art/dex2oat/ |
D | dex2oat.cc | 2057 image_writer_.reset(new linker::ImageWriter(*compiler_options_, in WriteOutputFiles() 2957 std::unique_ptr<linker::ImageWriter> image_writer_;
|