Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_utils.h84 ObjPtr<mirror::Object> dex_path_list = in VisitClassLoaderDexElements() local
87 if (dex_path_list != nullptr) { in VisitClassLoaderDexElements()
91 GetObject(dex_path_list); in VisitClassLoaderDexElements()
Dclass_loader_context.cc993 ObjPtr<mirror::Object> dex_path_list = in CollectDexFilesFromSupportedClassLoader() local
998 if (dex_path_list == nullptr) { in CollectDexFilesFromSupportedClassLoader()
1006 GetObject(dex_path_list); in CollectDexFilesFromSupportedClassLoader()