Searched refs:GetMethodDecl (Results 1 – 6 of 6) sorted by relevance
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()351 builder.GetMethodDecl(builder.GetAsciiString("TraceBasicBlock"), in CodeCoverage()
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()
57 auto ir_method_decl = builder.GetMethodDecl( in Apply()105 auto ir_method_decl = builder.GetMethodDecl( in Apply()213 auto ir_method_decl = builder.GetMethodDecl( in Apply()
204 MethodDecl* Builder::GetMethodDecl(String* name, Proto* proto, Type* parent) { in GetMethodDecl() function in ir::Builder
61 MethodDecl* GetMethodDecl(String* name, Proto* proto, Type* parent);
69 ir::MethodDecl* GetMethodDecl(dex::u4 index);