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

/art/runtime/
H A Dclass_linker.cc2397 size_t oat_method_index; local
2400 oat_method_index = method->GetMethodIndex();
2402 // We're invoking a virtual method directly (thanks to sharpening), compute the oat_method_index
2404 oat_method_index = declaring_class->NumDirectMethods();
2414 oat_method_index++;
2418 DCHECK_EQ(oat_method_index,
2429 *oat_method = oat_class.GetOatMethod(oat_method_index);

Completed in 510 milliseconds