Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_utils.h75 ObjPtr<mirror::Object> dex_path_list = in VisitClassLoaderDexElements() local
78 if (dex_path_list != nullptr) { in VisitClassLoaderDexElements()
82 GetObject(dex_path_list); in VisitClassLoaderDexElements()
Dclass_loader_context.cc918 ObjPtr<mirror::Object> dex_path_list = in CollectDexFilesFromSupportedClassLoader() local
923 if (dex_path_list == nullptr) { in CollectDexFilesFromSupportedClassLoader()
931 GetObject(dex_path_list); in CollectDexFilesFromSupportedClassLoader()