Searched refs:dex_file_field (Results 1 – 3 of 3) sorted by relevance
261 ArtField* const dex_file_field = in IterateOverPathClassLoader() local266 if (dex_path_list != nullptr && dex_file_field != nullptr && cookie_field != nullptr) { in IterateOverPathClassLoader()281 mirror::Object* dex_file = dex_file_field->GetObject(element); in IterateOverPathClassLoader()341 ArtField* const dex_file_field = in GetDexFilesFromDexElementsArray() local367 dex_file = dex_file_field->GetObject(element); in GetDexFilesFromDexElementsArray()
517 ArtField* dex_file_field = in GetDexFiles() local522 if (dex_path_list != nullptr && dex_file_field!= nullptr && cookie_field != nullptr) { in GetDexFiles()538 mirror::Object* dex_file = dex_file_field->GetObject(element); in GetDexFiles()
1077 ArtField* const dex_file_field = in GetDexPathListElementName() local1081 DCHECK(dex_file_field != nullptr); in GetDexPathListElementName()1084 CHECK_EQ(dex_file_field->GetDeclaringClass(), element->GetClass()) << PrettyTypeOf(element); in GetDexPathListElementName()1085 mirror::Object* dex_file = dex_file_field->GetObject(element); in GetDexPathListElementName()2279 ArtField* const dex_file_field = in FindClassInPathClassLoader() local2284 if (dex_path_list != nullptr && dex_file_field != nullptr && cookie_field != nullptr) { in FindClassInPathClassLoader()2300 mirror::Object* dex_file = dex_file_field->GetObject(element); in FindClassInPathClassLoader()