Searched refs:GetProto (Results 1 – 6 of 6) sorted by relevance
59 Proto* GetProto(Type* return_type, TypeList* param_types);
70 ir::Proto* GetProto(dex::u4 index);
97 auto ir_proto = builder.GetProto(orig_method->prototype->return_type, in StressWrapInvoke()158 auto ir_proto = builder.GetProto(builder.GetType("V"), in StressEntryHook()217 auto ir_proto = builder.GetProto(ir_method->decl->prototype->return_type, in StressExitHook()345 builder.GetProto(builder.GetType("V"), in CodeCoverage()
42 auto ir_proto = builder.GetProto(builder.GetType("V"), in Apply()89 auto ir_proto = builder.GetProto(return_type, builder.GetTypeList(param_types)); in Apply()200 auto ir_proto = builder.GetProto(orig_method->prototype->return_type, in Apply()
146 Proto* Builder::GetProto(Type* return_type, TypeList* param_types) { in GetProto() function in ir::Builder
189 ir::Proto* Reader::GetProto(dex::u4 index) { in GetProto() function in dex::Reader818 ir_method->prototype = GetProto(dex_method.proto_idx); in ParseMethodDecl()