Searched refs:IsAppImage (Results 1 – 12 of 12) sorted by relevance
43 if (image_header.IsAppImage()) { in Java_Main_checkAppImageLoaded()58 if (image_header.IsAppImage()) { in Java_Main_checkAppImageContains()
43 if (image_header.IsAppImage() && image_space->HasAddress(klass_ptr.Ptr())) { in Java_Main_checkAppImageSectionSize()
100 bool ImageHeader::IsAppImage() const { in IsAppImage() function in art::ImageHeader108 DCHECK(!IsAppImage()); in GetImageSpaceCount()
36 AddTableFromMemory(image_space->Begin() + section.Offset(), visitor, !header.IsAppImage()); in AddImageStringsToTable()
367 bool IsAppImage() const;
2967 if (image_space->GetImageHeader().IsAppImage()) { in Run()2987 if (image_space->GetImageHeader().IsAppImage()) { in Run()
199 return IsBootImage() || IsBootImageExtension() || IsAppImage(); in IsGeneratingImage()217 bool IsAppImage() const { in IsAppImage() function
95 ASSERT_TRUE(!image_header.IsAppImage()); in TEST_F()
204 return compiler_options_.IsAppImage() in GetAppClassLoader()253 if (compiler_options_.IsAppImage()) { in PrepareImageAddressSpace()301 if (VLOG_IS_ON(compiler) && compiler_options_.IsAppImage()) { in PrepareImageAddressSpace()328 DCHECK(compiler_options_.IsAppImage()); in CopyMetadata()431 if (compiler_options_.IsAppImage()) { in Write()465 if (image_fd == -1 && !compiler_options_.IsAppImage() && fchmod(image_file->Fd(), 0644) != 0) { in Write()1057 DCHECK(compiler_options_.IsAppImage() || compiler_options_.IsBootImageExtension()); in PruneImageClassInternal()1164 if (compiler_options_.IsAppImage()) { in KeepClass()1545 int32_t image_roots_size = ImageHeader::NumberOfImageRoots(compiler_options_.IsAppImage()); in CreateImageRoots()1550 if (!compiler_options_.IsAppImage()) { in CreateImageRoots()[all …]
1034 if (IsAppImage() && multi_image_) { in ProcessOptions()2508 return IsAppImage() || IsBootImage() || IsBootImageExtension(); in IsImage()2511 bool IsAppImage() const { in IsAppImage() function in art::Dex2Oat2512 return compiler_options_->IsAppImage(); in IsAppImage()2859 if (IsAppImage()) { in CreateImageFile()2871 if (!image_writer_->Write(IsAppImage() ? app_image_fd_ : image_fd_, in CreateImageFile()2873 IsAppImage() ? 1u : dex_locations_.size())) { in CreateImageFile()
2174 const bool is_app_image = compiler_options.IsAppImage(); in TryInitializeClass()2552 GetCompilerOptions().IsAppImage()) { in InitializeClasses()2625 GetCompilerOptions().IsAppImage()) { in InitializeClasses()
2455 CHECK(!pair.first->AsImageSpace()->GetImageHeader().IsAppImage()); in PreZygoteFork()