Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc460 size_t oat_method_index = GetOatMethodIndexFromMethodIndex(*dex_file, in FindOatMethodFromDexFileFor() local
470 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFromDexFileFor()
489 size_t oat_method_index; in FindOatMethodFor() local
492 oat_method_index = method->GetMethodIndex(); in FindOatMethodFor()
495 oat_method_index = declaring_class->NumDirectMethods(); in FindOatMethodFor()
503 oat_method_index++; in FindOatMethodFor()
508 DCHECK_EQ(oat_method_index, in FindOatMethodFor()
518 return oat_class.GetOatMethod(oat_method_index); in FindOatMethodFor()
/art/oatdump/
Doatdump.cc719 uint32_t oat_method_index; in GetQuickOatCode() local
722 oat_method_index = m->GetMethodIndex(); in GetQuickOatCode()
726 oat_method_index = accessor.NumDirectMethods(); in GetQuickOatCode()
734 ++oat_method_index; in GetQuickOatCode()
739 return oat_class.GetOatMethod(oat_method_index).GetQuickCode(); in GetQuickOatCode()