Home
last modified time | relevance | path

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

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