Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h579 static ObjPtr<MirrorType> DecodeWeakGlobalWithoutRB(
Dimage_writer.cc411 ObjPtr<MirrorType> ImageWriter::DecodeWeakGlobalWithoutRB( in DecodeWeakGlobalWithoutRB() function in art::linker::ImageWriter
1962 DecodeWeakGlobalWithoutRB<mirror::ClassLoader>(vm, self, data.weak_root); in ProcessDexFileObjects()
2010 DecodeWeakGlobalWithoutRB<mirror::DexCache>(vm, self, dcd_it->second.weak_root); in ProcessDexFileObjects()
2276 auto dex_cache = DecodeWeakGlobalWithoutRB<mirror::DexCache>(vm, self, data.weak_root); in VerifyImageBinSlotsAssigned()