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

/art/runtime/
H A Doat_file_manager.cc300 ArtField* const dex_file_field = local
305 if (dex_path_list != nullptr && dex_file_field != nullptr && cookie_field != nullptr) {
320 ObjPtr<mirror::Object> dex_file = dex_file_field->GetObject(element);
384 ArtField* const dex_file_field = local
410 dex_file = dex_file_field->GetObject(element);
H A Dcommon_runtime_test.cc600 ArtField* dex_file_field = local
605 if (dex_path_list != nullptr && dex_file_field!= nullptr && cookie_field != nullptr) {
621 ObjPtr<mirror::Object> dex_file = dex_file_field->GetObject(element);
H A Dclass_linker.cc1031 ArtField* const dex_file_field = local
1035 DCHECK(dex_file_field != nullptr);
1038 CHECK_EQ(dex_file_field->GetDeclaringClass(), element->GetClass()) << element->PrettyTypeOf();
1039 ObjPtr<mirror::Object> dex_file = dex_file_field->GetObject(element);
2459 ArtField* const dex_file_field = local
2464 if (dex_path_list != nullptr && dex_file_field != nullptr && cookie_field != nullptr) {
2480 ObjPtr<mirror::Object> dex_file = dex_file_field->GetObject(element);

Completed in 66 milliseconds