Searched refs:GetMethodDecl (Results 1 – 6 of 6) sorted by relevance
213 ir::MethodDecl* Reader::GetMethodDecl(dex::u4 index) { in GetMethodDecl() function in dex::Reader428 ir_method_annotation->method_decl = GetMethodDecl(dex_method_annotation->method_idx); in ParseMethodAnnotation()443 ir_param_annotation->method_decl = GetMethodDecl(dex_param_annotation->method_idx); in ParseParamAnnotation()566 ir_encoded_value->u.method_value = GetMethodDecl(index); in ParseEncodedValue()820 ir_encoded_method->decl = GetMethodDecl(method_index); in ParseEncodedMethod()864 ir_method_handle->method = GetMethodDecl(dex_method_handle.field_or_method_id); in ParseMethodHandle()979 GetMethodDecl(index); in ParseInstructions()983 GetMethodDecl(index); in ParseInstructions()
80 auto ir_method_decl = builder.GetMethodDecl( in BoxValue()148 auto ir_method_decl = builder.GetMethodDecl( in Apply()332 auto ir_method_decl = builder.GetMethodDecl( in InjectArrayParamsHook()387 auto ir_method_decl = builder.GetMethodDecl( in Apply()560 auto ir_method_decl = builder.GetMethodDecl( in Apply()
204 MethodDecl* Builder::GetMethodDecl(String* name, Proto* proto, Type* parent) { in GetMethodDecl() function in ir::Builder
101 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("WrapInvoke"), in StressWrapInvoke()162 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("OnEntry"), in StressEntryHook()221 auto ir_method_decl = builder.GetMethodDecl(builder.GetAsciiString("OnExit"), in StressExitHook()355 builder.GetMethodDecl(builder.GetAsciiString("TraceBasicBlock"), in CodeCoverage()
61 MethodDecl* GetMethodDecl(String* name, Proto* proto, Type* parent);
70 ir::MethodDecl* GetMethodDecl(dex::u4 index);