Searched defs:cookie_field (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Doat_file_manager.cc229 ArtField* const cookie_field,
233 mirror::LongArray* long_array = cookie_field->GetObject(dex_file)->AsLongArray();
260 ArtField* const cookie_field = soa.DecodeField(WellKnownClasses::dalvik_system_DexFile_cookie); local
266 if (dex_path_list != nullptr && dex_file_field != nullptr && cookie_field != nullptr) {
282 IterateOverJavaDexFile(dex_file, cookie_field, fn);
340 ArtField* const cookie_field = soa.DecodeField(WellKnownClasses::dalvik_system_DexFile_cookie); local
375 IterateOverJavaDexFile(dex_file, cookie_field, GetDexFilesFn);
H A Dcommon_runtime_test.cc529 ArtField* cookie_field = soa.DecodeField(WellKnownClasses::dalvik_system_DexFile_cookie); local
535 if (dex_path_list != nullptr && dex_file_field!= nullptr && cookie_field != nullptr) {
553 mirror::LongArray* long_array = cookie_field->GetObject(dex_file)->AsLongArray();
H A Dclass_linker.cc2297 ArtField* const cookie_field = soa.DecodeField(WellKnownClasses::dalvik_system_DexFile_cookie); local
2303 if (dex_path_list != nullptr && dex_file_field != nullptr && cookie_field != nullptr) {
2321 mirror::LongArray* long_array = cookie_field->GetObject(dex_file)->AsLongArray();
8118 ArtField* cookie_field = soa.DecodeField(WellKnownClasses::dalvik_system_DexFile_cookie); local
8119 DCHECK_EQ(cookie_field->GetDeclaringClass(), element_file_field->GetType<false>());
8138 cookie_field->GetDeclaringClass()->AllocObject(self));
8140 cookie_field->SetObject<false>(h_dex_file.Get(), h_long_array.Get());

Completed in 62 milliseconds