Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc1129 const art::dex::TypeList* current_interfaces = current_class->GetInterfaceTypeList(); in CheckClass() local
1130 if (current_interfaces == nullptr || current_interfaces->Size() != interfaces->Size()) { in CheckClass()
1140 orig_dex_file.StringByTypeIdx(current_interfaces->GetTypeItem(i).type_idx_)) != 0) { in CheckClass()