Home | History | Annotate | Download | only in runtime

Lines Matching refs:dex_file_field

1031   ArtField* const dex_file_field =
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 =
2464 if (dex_path_list != nullptr && dex_file_field != nullptr && cookie_field != nullptr) {
2480 ObjPtr<mirror::Object> dex_file = dex_file_field->GetObject(element);