Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_utils.h65 ObjPtr<mirror::Object> dex_path_list = in VisitClassLoaderDexElements() local
68 if (dex_path_list != nullptr) { in VisitClassLoaderDexElements()
72 GetObject(dex_path_list); in VisitClassLoaderDexElements()
Dclass_loader_context.cc501 ObjPtr<mirror::Object> dex_path_list = in CollectDexFilesFromSupportedClassLoader() local
506 if (dex_path_list == nullptr) { in CollectDexFilesFromSupportedClassLoader()
514 GetObject(dex_path_list); in CollectDexFilesFromSupportedClassLoader()