Searched refs:GetMethodDecl (Results 1 – 6 of 6) sorted by relevance
172 ir::MethodDecl* Reader::GetMethodDecl(dex::u4 index) { in GetMethodDecl() function in dex::Reader387 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()525 ir_encoded_value->u.method_value = GetMethodDecl(index); in ParseEncodedValue()779 ir_encoded_method->decl = GetMethodDecl(method_index); in ParseEncodedMethod()915 GetMethodDecl(index); in ParseInstructions()
76 auto ir_method_decl = builder.GetMethodDecl( in BoxValue()139 auto ir_method_decl = builder.GetMethodDecl( in Apply()305 auto ir_method_decl = builder.GetMethodDecl( in InjectArrayParamsHook()356 auto ir_method_decl = builder.GetMethodDecl( in Apply()473 auto ir_method_decl = builder.GetMethodDecl( in Apply()
204 MethodDecl* Builder::GetMethodDecl(String* name, Proto* proto, Type* parent) { in GetMethodDecl() function in ir::Builder
100 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("WrapInvoke"), in StressWrapInvoke()161 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("OnEntry"), in StressEntryHook()220 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("OnExit"), in StressExitHook()354 builder.GetMethodDecl(builder.GetAsciiString("TraceBasicBlock"), in CodeCoverage()
61 MethodDecl* GetMethodDecl(String* name, Proto* proto, Type* parent);
69 ir::MethodDecl* GetMethodDecl(dex::u4 index);