Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Class.cc251 const dex::TypeList* iface_list = klass->GetInterfaceTypeList(); in Class_getInterfacesInternal() local
252 if (iface_list == nullptr) { in Class_getInterfacesInternal()
257 const uint32_t num_ifaces = iface_list->Size(); in Class_getInterfacesInternal()
272 const dex::TypeIndex type_idx = iface_list->GetTypeItem(i).type_idx_; in Class_getInterfacesInternal()