Searched refs:cookie_field (Results 1 – 2 of 2) sorted by relevance
492 ArtField* cookie_field = soa.DecodeField(WellKnownClasses::dalvik_system_DexFile_cookie); in GetDexFiles() local498 if (dex_path_list != nullptr && dex_file_field!= nullptr && cookie_field != nullptr) { in GetDexFiles()516 mirror::LongArray* long_array = cookie_field->GetObject(dex_file)->AsLongArray(); in GetDexFiles()
1660 ArtField* const cookie_field = soa.DecodeField(WellKnownClasses::dalvik_system_DexFile_cookie); in FindClassInPathClassLoader() local1666 if (dex_path_list != nullptr && dex_file_field != nullptr && cookie_field != nullptr) { in FindClassInPathClassLoader()1684 mirror::LongArray* long_array = cookie_field->GetObject(dex_file)->AsLongArray(); in FindClassInPathClassLoader()5825 ArtField* cookie_field = soa.DecodeField(WellKnownClasses::dalvik_system_DexFile_cookie); in CreatePathClassLoader() local5826 DCHECK_EQ(cookie_field->GetDeclaringClass(), element_file_field->GetType<false>()); in CreatePathClassLoader()5838 cookie_field->GetDeclaringClass()->AllocObject(self)); in CreatePathClassLoader()5840 cookie_field->SetObject<false>(h_dex_file.Get(), h_long_array.Get()); in CreatePathClassLoader()