Searched defs:getMethodIndex (Results 1 – 5 of 5) sorted by relevance
46 int getMethodIndex(@Nonnull MethodKey key); in getMethodIndex() method
76 @Override public int getMethodIndex(@Nonnull PoolMethod poolMethod) { in getMethodIndex() method in MethodPool
95 @Override public int getMethodIndex(@Nonnull BuilderMethod builderMethod) { in getMethodIndex() method in BuilderMethodPool
121 public int getMethodIndex() { return methodIndex; } in getMethodIndex() method in DexBackedMethod
356 public final int getMethodIndex(String originalName, Class<?>[] argTypes) in getMethodIndex() method in ClassMetaobject