Searched refs:MethodKey (Results 1 - 5 of 5) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DMethodSection.java38 public interface MethodSection<StringKey, TypeKey, ProtoKey, MethodRefKey extends MethodReference, MethodKey>
42 @Nonnull ProtoKey getPrototype(@Nonnull MethodKey key);
44 int getMethodIndex(@Nonnull MethodKey key);
H A DClassSection.java48 FieldKey, MethodKey, AnnotationSetKey, EncodedValue> extends IndexSection<ClassKey> {
63 @Nonnull Collection<? extends MethodKey> getSortedDirectMethods(@Nonnull ClassKey key);
64 @Nonnull Collection<? extends MethodKey> getSortedVirtualMethods(@Nonnull ClassKey key);
65 @Nonnull Collection<? extends MethodKey> getSortedMethods(@Nonnull ClassKey key);
68 int getMethodAccessFlags(@Nonnull MethodKey key);
72 @Nullable AnnotationSetKey getMethodAnnotations(@Nonnull MethodKey key);
73 @Nullable List<? extends AnnotationSetKey> getParameterAnnotations(@Nonnull MethodKey key);
75 @Nullable Iterable<? extends DebugItem> getDebugItems(@Nonnull MethodKey key);
76 @Nullable Iterable<? extends StringKey> getParameterNames(@Nonnull MethodKey key);
78 int getRegisterCount(@Nonnull MethodKey ke
[all...]
H A DDexWriter.java83 FieldKey, MethodKey,
120 protected final MethodSection<StringKey, TypeKey, ProtoKey, MethodRefKey, MethodKey> methodSection;
121 protected final ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey,
133 MethodSection<StringKey, TypeKey, ProtoKey, MethodRefKey, MethodKey> methodSection,
134 ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey,
419 Collection<? extends MethodKey> directMethods = classSection.getSortedDirectMethods(key);
420 Collection<? extends MethodKey> virtualMethods = classSection.getSortedVirtualMethods(key);
463 private void writeEncodedMethods(@Nonnull DexDataWriter writer, @Nonnull Collection<? extends MethodKey> methods)
466 for (MethodKey key: methods) {
588 for (MethodKey methodKe
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderMethodPool.java72 return internMethod(new MethodKey(definingClass, name, parameters, returnType));
115 private static class MethodKey extends BaseMethodReference implements MethodReference { class in class:BuilderMethodPool
121 public MethodKey(@Nonnull String definingClass, @Nonnull String name, method in class:BuilderMethodPool.MethodKey
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2412 milliseconds