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

/art/runtime/
H A Dclass_linker.h508 bool IsDexFileRegisteredLocked(const DexFile& dex_file)
H A Dclass_linker.cc2960 bool ClassLinker::IsDexFileRegisteredLocked(const DexFile& dex_file) { function in class:art::ClassLinker
2973 return IsDexFileRegisteredLocked(dex_file);
2994 if (IsDexFileRegisteredLocked(dex_file)) {
3007 if (IsDexFileRegisteredLocked(dex_file)) {

Completed in 4122 milliseconds