Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc493 ArtField* dex_file_field = in GetDexFiles() local
498 if (dex_path_list != nullptr && dex_file_field!= nullptr && cookie_field != nullptr) { in GetDexFiles()
514 mirror::Object* dex_file = dex_file_field->GetObject(element); in GetDexFiles()
Dclass_linker.cc1661 ArtField* const dex_file_field = in FindClassInPathClassLoader() local
1666 if (dex_path_list != nullptr && dex_file_field != nullptr && cookie_field != nullptr) { in FindClassInPathClassLoader()
1682 mirror::Object* dex_file = dex_file_field->GetObject(element); in FindClassInPathClassLoader()