Searched refs:oat_method_index (Results 1 – 1 of 1) sorted by relevance
2397 size_t oat_method_index; in FindOatMethodFor() local2400 oat_method_index = method->GetMethodIndex(); in FindOatMethodFor()2404 oat_method_index = declaring_class->NumDirectMethods(); in FindOatMethodFor()2414 oat_method_index++; in FindOatMethodFor()2418 DCHECK_EQ(oat_method_index, in FindOatMethodFor()2429 *oat_method = oat_class.GetOatMethod(oat_method_index); in FindOatMethodFor()