Searched defs:methodProto (Results 1 – 7 of 7) sorted by relevance
68 @Nullable @Override public TypeListPool.Key<List<? extends CharSequence>> getParameters( in getParameters()
23 public final DexProto methodProto; field in DexCallSite30 DexCallSite(DexString methodName, DexProto methodProto, in DexCallSite()
86 public DexCallSite getCallSite(String methodName, String methodProto, in getCallSite()
361 DexString methodName, DexProto methodProto, in createCallSite()
56 …l public BuilderMethodProtoReference internMethodProto(@Nonnull MethodProtoReference methodProto) { in internMethodProto()
165 …BuilderMethodProtoReference internMethodProtoReference(@Nonnull MethodProtoReference methodProto) { in internMethodProtoReference()
538 DexProto methodProto; in includeInstruction() local