HomeSort by relevance Sort by last modified time
    Searched refs:MethodKey (Results 1 - 8 of 8) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
ClassSection.java 48 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 key)
    [all...]
MethodSection.java 40 MethodRefKey extends MethodReference, MethodKey>
44 @Nonnull ProtoRefKey getPrototype(@Nonnull MethodKey key);
46 int getMethodIndex(@Nonnull MethodKey key);
DexWriter.java 93 FieldKey, MethodKey,
131 protected final MethodSection<StringKey, TypeKey, ProtoRefKey, MethodRefKey, MethodKey> methodSection;
132 protected final ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey,
144 MethodSection<StringKey, TypeKey, ProtoRefKey, MethodRefKey, MethodKey> methodSection,
145 ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey,
458 Collection<? extends MethodKey> directMethods = classSection.getSortedDirectMethods(key);
459 Collection<? extends MethodKey> virtualMethods = classSection.getSortedVirtualMethods(key);
502 private void writeEncodedMethods(@Nonnull DexDataWriter writer, @Nonnull Collection<? extends MethodKey> methods)
505 for (MethodKey key: methods) {
631 for (MethodKey methodKey: classSection.getSortedMethods(classKey))
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderMethodPool.java 72 return internMethod(new MethodKey(definingClass, name, parameters, returnType));
115 private static class MethodKey extends BaseMethodReference implements MethodReference {
121 public MethodKey(@Nonnull String definingClass, @Nonnull String name,
  /art/compiler/utils/
test_dex_file_builder.h 75 MethodKey method_key = {
269 MethodKey method_key = { class_descriptor, name, &proto_key };
318 struct MethodKey {
324 bool operator()(const MethodKey& lhs, const MethodKey& rhs) const {
390 std::map<MethodKey, uint32_t, MethodKeyComparator> methods_;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 420 milliseconds