Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc492 ArtField* cookie_field = soa.DecodeField(WellKnownClasses::dalvik_system_DexFile_cookie); in GetDexFiles() local
498 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()
Dclass_linker.cc1660 ArtField* const cookie_field = soa.DecodeField(WellKnownClasses::dalvik_system_DexFile_cookie); in FindClassInPathClassLoader() local
1666 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() local
5826 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()