Home
last modified time | relevance | path

Searched refs:IsDexFileRegistered (Results 1 – 4 of 4) sorted by relevance

/art/runtime/native/
Ddalvik_system_DexFile.cc192 if (linker->IsDexFileRegistered(soa.Self(), *dex_file)) { in CreateCookieFromOatFileManagerResult()
399 if (!class_linker->IsDexFileRegistered(soa.Self(), *dex_file)) { in DexFile_closeDexFile()
Ddalvik_system_VMRuntime.cc528 if (!class_linker->IsDexFileRegistered(self, *dex_file)) { in PreloadDexCachesStatsFilled()
/art/runtime/
Dclass_linker.h490 bool IsDexFileRegistered(Thread* self, const DexFile& dex_file)
Dclass_linker.cc4271 bool ClassLinker::IsDexFileRegistered(Thread* self, const DexFile& dex_file) { in IsDexFileRegistered() function in art::ClassLinker
8810 DCHECK(!IsDexFileRegistered(Thread::Current(), dex_file) || in FindResolvedMethod()