Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc2397 size_t oat_method_index; in FindOatMethodFor() local
2400 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()