Home
last modified time | relevance | path

Searched refs:IsImageObject (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.cc158 bool ImageWriter::IsImageObject(ObjPtr<mirror::Object> obj) const { in IsImageObject() function in art::linker::ImageWriter
262 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 …]
Dimage_writer.h682 bool IsImageObject(ObjPtr<mirror::Object> obj) const REQUIRES_SHARED(Locks::mutator_lock_);