Home | History | Annotate | Download | only in runtime

Lines Matching refs:oat_method

3446       OatFile::OatMethod oat_method = oat_class.GetOatMethod(method_index);
3447 quick_code = oat_method.GetQuickCode();
3488 // Every kind of method should at least get an invoke stub from the oat_method.
3490 const OatFile::OatMethod oat_method = oat_class->GetOatMethod(class_def_method_index);
3491 oat_method.LinkMethod(method);