Searched refs:oat_method_index (Results 1 – 2 of 2) sorted by relevance
451 size_t oat_method_index = GetOatMethodIndexFromMethodIndex(*dex_file, in FindOatMethodFromDexFileFor() local461 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFromDexFileFor()480 size_t oat_method_index; in FindOatMethodFor() local483 oat_method_index = method->GetMethodIndex(); in FindOatMethodFor()486 oat_method_index = declaring_class->NumDirectMethods(); in FindOatMethodFor()494 oat_method_index++; in FindOatMethodFor()499 DCHECK_EQ(oat_method_index, in FindOatMethodFor()509 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFor()
722 uint32_t oat_method_index; in GetQuickOatCode() local725 oat_method_index = m->GetMethodIndex(); in GetQuickOatCode()729 oat_method_index = accessor.NumDirectMethods(); in GetQuickOatCode()737 ++oat_method_index; in GetQuickOatCode()742 return oat_class.GetOatMethod(oat_method_index).GetQuickCode(); in GetQuickOatCode()