Searched refs:IsImageObject (Results 1 – 2 of 2) sorted by relevance
158 bool ImageWriter::IsImageObject(ObjPtr<mirror::Object> obj) const { in IsImageObject() function in art::linker::ImageWriter262 if (!IsImageObject(dex_cache)) { in PrepareImageAddressSpace()475 if (IsImageObject(object)) { in CollectStringReferenceInfo()1016 if (dex_cache == nullptr || !IsImageObject(dex_cache)) { in PrepareDexCacheArraySlots()1785 bool is_app_image_dex_cache = compiler_options_.IsAppImage() && IsImageObject(dex_cache); in PruneNonImageClasses()1884 if (IsImageObject(dex_cache)) { in CollectDexCaches()1903 if (IsImageObject(dex_cache)) { in CollectDexCaches()1917 if (IsImageObject(dex_cache) && in CollectDexCaches()1970 if (obj == nullptr || !IsImageObject(obj)) { in TryAssignBinSlot()2401 if (IsImageObject(obj)) { in CalculateNewObjectOffsets()[all …]
682 bool IsImageObject(ObjPtr<mirror::Object> obj) const REQUIRES_SHARED(Locks::mutator_lock_);