Searched refs:interface_method_index (Results 1 – 1 of 1) sorted by relevance
8168 size_t interface_method_index = klass->NumDeclaredVirtualMethods(); in ReallocMethods() local8171 DCHECK_LE(interface_method_index, record->GetMethodIndex()); in ReallocMethods()8172 record->SetMethodIndex(interface_method_index); in ReallocMethods()8173 ++interface_method_index; in ReallocMethods()