Home
last modified time | relevance | path

Searched refs:ImageWriter (Results 1 – 13 of 13) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.cc226 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 …]
Dimage_writer.h77 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);
Doat_writer.h64 class ImageWriter; variable
174 ImageWriter* image_writer,
394 ImageWriter* image_writer_;
Dimage_test.h213 std::unique_ptr<ImageWriter> writer(new ImageWriter(*compiler_options_, in DoCompile()
Doat_writer.cc746 ImageWriter* image_writer, in Initialize()
/art/runtime/
Dintern_table.h40 class ImageWriter; variable
233 friend class linker::ImageWriter;
277 friend class linker::ImageWriter;
328 friend class linker::ImageWriter;
Dclass_table.h36 class ImageWriter; variable
274 friend class linker::ImageWriter; // for InsertWithoutLocks.
Dimage.h34 class ImageWriter; variable
504 friend class linker::ImageWriter;
Dclass_linker.h82 class ImageWriter; variable
1359 friend class linker::ImageWriter; // for GetClassRoots
/art/runtime/jni/
Djava_vm_ext.h31 class ImageWriter; variable
285 friend class linker::ImageWriter; // Uses `globals_` and `weak_globals_` without read barrier.
/art/runtime/mirror/
Ddex_cache.h32 class ImageWriter; variable
487 friend class linker::ImageWriter;
Dclass.h49 class ImageWriter; variable
1573 friend class linker::ImageWriter; // For SetStatusInternal
/art/dex2oat/
Ddex2oat.cc2057 image_writer_.reset(new linker::ImageWriter(*compiler_options_, in WriteOutputFiles()
2957 std::unique_ptr<linker::ImageWriter> image_writer_;