Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h560 bool IsDexFileRegisteredLocked(const DexFile& dex_file)
Dclass_linker.cc2452 bool ClassLinker::IsDexFileRegisteredLocked(const DexFile& dex_file) { in IsDexFileRegisteredLocked() function in art::ClassLinker
2465 return IsDexFileRegisteredLocked(dex_file); in IsDexFileRegistered()
2486 if (IsDexFileRegisteredLocked(dex_file)) { in RegisterDexFile()
2499 if (IsDexFileRegisteredLocked(dex_file)) { in RegisterDexFile()