Lines Matching defs:method
295 for (auto &method : methods_) {
296 size += method->GetSize();
316 for (auto &method : methods_) {
317 method->SetOffset(offset);
318 method->ComputeLayout();
319 offset += method->GetSize();
432 for (auto &method : methods_) {
433 if (!method->Write(writer)) {
441 ParamAnnotationsItem::ParamAnnotationsItem(MethodItem *method, bool is_runtime_annotations)
443 for (const auto ¶m : method->GetParams()) {
452 method->SetRuntimeParamAnnotationItem(this);
454 method->SetParamAnnotationItem(this);