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

/art/runtime/native/
H A Ddalvik_system_DexFile.cc287 if (linker->IsDexFileRegistered(soa.Self(), *dex_file)) {
329 if (!class_linker->IsDexFileRegistered(soa.Self(), *dex_file)) {
H A Ddalvik_system_VMRuntime.cc458 if (!class_linker->IsDexFileRegistered(self, *dex_file)) {
/art/runtime/
H A Dclass_linker.h419 bool IsDexFileRegistered(Thread* self, const DexFile& dex_file)
H A Dclass_linker.cc3513 bool ClassLinker::IsDexFileRegistered(Thread* self, const DexFile& dex_file) { function in class:art::ClassLinker

Completed in 69 milliseconds