Searched refs:method_decl (Results 1 – 6 of 6) sorted by relevance
24 bool MethodId::Match(MethodDecl* method_decl) const { in Match()25 return ::strcmp(class_descriptor, method_decl->parent->descriptor->c_str()) == 0 in Match()26 && ::strcmp(method_name, method_decl->name->c_str()) == 0 in Match()27 && method_decl->prototype->Signature() == signature; in Match()
305 return a->method_decl->index < b->method_decl->index; in Normalize()313 return a->method_decl->index < b->method_decl->index; in Normalize()
387 ir_method_annotation->method_decl = GetMethodDecl(dex_method_annotation->method_idx); in ParseMethodAnnotation()402 ir_param_annotation->method_decl = GetMethodDecl(dex_param_annotation->method_idx); in ParseParamAnnotation()
714 dex_item.method_idx = irItem->method_decl->index; in WriteClassAnnotations()721 dex_item.method_idx = irItem->method_decl->index; in WriteClassAnnotations()
291 MethodDecl* method_decl; member298 MethodDecl* method_decl; member
43 bool Match(MethodDecl* method_decl) const;