Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc495 mirror::Object* dex_path_list = in GetDexFiles() local
498 if (dex_path_list != nullptr && dex_file_field!= nullptr && cookie_field != nullptr) { in GetDexFiles()
502 GetObject(dex_path_list); in GetDexFiles()
Dclass_linker.cc1663 mirror::Object* dex_path_list = in FindClassInPathClassLoader() local
1666 if (dex_path_list != nullptr && dex_file_field != nullptr && cookie_field != nullptr) { in FindClassInPathClassLoader()
1670 GetObject(dex_path_list); in FindClassInPathClassLoader()