Searched refs:oat_method_index (Results 1 – 2 of 2) sorted by relevance
452 size_t oat_method_index = GetOatMethodIndexFromMethodIndex(*dex_file, in FindOatMethodFromDexFileFor() local462 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFromDexFileFor()481 size_t oat_method_index; in FindOatMethodFor() local484 oat_method_index = method->GetMethodIndex(); in FindOatMethodFor()487 oat_method_index = declaring_class->NumDirectMethods(); in FindOatMethodFor()495 oat_method_index++; in FindOatMethodFor()500 DCHECK_EQ(oat_method_index, in FindOatMethodFor()510 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFor()
737 uint32_t oat_method_index; in GetQuickOatCode() local740 oat_method_index = m->GetMethodIndex(); in GetQuickOatCode()744 oat_method_index = accessor.NumDirectMethods(); in GetQuickOatCode()752 ++oat_method_index; in GetQuickOatCode()757 return oat_class.GetOatMethod(oat_method_index).GetQuickCode(); in GetQuickOatCode()