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>
42 @Nonnull MethodRefKey getMethodReference(@Nonnull MethodKey key);
45 @Nonnull ProtoRefKey getPrototype(@Nonnull MethodKey key);
47 int getMethodIndex(@Nonnull MethodKey key);
DexWriter.java 89 FieldKey, MethodKey,
96 MethodSectionType extends MethodSection<StringKey, TypeKey, ProtoRefKey, MethodRefKey, MethodKey>,
97 ClassSectionType extends ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey,
472 Collection<? extends MethodKey> directMethods = classSection.getSortedDirectMethods(key);
473 Collection<? extends MethodKey> virtualMethods = classSection.getSortedVirtualMethods(key);
516 private void writeEncodedMethods(@Nonnull DexDataWriter writer, @Nonnull Collection<? extends MethodKey> methods)
519 for (MethodKey key: methods) {
645 for (MethodKey methodKey: classSection.getSortedMethods(classKey)) {
646 List<? extends AnnotationSetKey> parameterAnnotations = classSection.getParameterAnnotations(methodKey);
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderMethodPool.java 71 return internMethod(new MethodKey(definingClass, name, parameters, returnType));
122 private static class MethodKey extends BaseMethodReference implements MethodReference {
128 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_;
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso_core_release_no_deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 90 milliseconds