Home
last modified time | relevance | path

Searched refs:MethodImplementation (Results 1 – 25 of 30) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DMethodImplementationRewriter.java35 import org.jf.dexlib2.iface.MethodImplementation;
43 public class MethodImplementationRewriter implements Rewriter<MethodImplementation> {
50 …@Nonnull @Override public MethodImplementation rewrite(@Nonnull MethodImplementation methodImpleme… in rewrite()
54 protected class RewrittenMethodImplementation implements MethodImplementation {
55 @Nonnull protected MethodImplementation methodImplementation;
57 public RewrittenMethodImplementation(@Nonnull MethodImplementation methodImplementation) { in RewrittenMethodImplementation()
DMethodRewriter.java37 import org.jf.dexlib2.iface.MethodImplementation;
95 @Override @Nullable public MethodImplementation getImplementation() { in getImplementation()
DDexRewriter.java74 private final Rewriter<MethodImplementation> methodImplementationRewriter;
125 …@Nonnull @Override public Rewriter<MethodImplementation> getMethodImplementationRewriter() { retur… in getMethodImplementationRewriter()
DRewriters.java49 @Nonnull Rewriter<MethodImplementation> getMethodImplementationRewriter(); in getMethodImplementationRewriter()
DRewriterModule.java60 …@Nonnull public Rewriter<MethodImplementation> getMethodImplementationRewriter(@Nonnull Rewriters … in getMethodImplementationRewriter()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderMethod.java36 import org.jf.dexlib2.iface.MethodImplementation;
48 @Nullable final MethodImplementation methodImplementation;
57 @Nullable MethodImplementation methodImplementation) { in BuilderMethod()
72 …@Override @Nullable public MethodImplementation getImplementation() { return methodImplementation;… in getImplementation()
DBuilderClassPool.java41 import org.jf.dexlib2.iface.MethodImplementation;
269 MethodImplementation impl = builderMethod.getImplementation();
286 MethodImplementation impl = builderMethod.getImplementation();
295 MethodImplementation impl = builderMethod.getImplementation();
304 MethodImplementation impl = builderMethod.getImplementation();
317 MethodImplementation impl = builderMethod.getImplementation();
DDexBuilder.java40 import org.jf.dexlib2.iface.MethodImplementation;
98 … @Nullable MethodImplementation methodImplementation) { in internMethod()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DFixGotoTest.java9 import org.jf.dexlib2.iface.MethodImplementation;
31 MethodImplementation impl = builder.getMethodImplementation(); in testFixGotoToGoto16()
54 MethodImplementation impl = builder.getMethodImplementation(); in testFixGotoToGoto32()
77 MethodImplementation impl = builder.getMethodImplementation(); in testFixGoto16ToGoto32()
113 MethodImplementation impl = builder.getMethodImplementation(); in testFixGotoCascading()
DFixOffsetsTest.java40 import org.jf.dexlib2.iface.MethodImplementation;
99 MethodImplementation impl = builder.getMethodImplementation(); in testFixOffsets()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableMethodImplementation.java36 import org.jf.dexlib2.iface.MethodImplementation;
48 public class ImmutableMethodImplementation implements MethodImplementation {
75 …public static ImmutableMethodImplementation of(@Nullable MethodImplementation methodImplementation… in of()
DImmutableMethod.java41 import org.jf.dexlib2.iface.MethodImplementation;
65 @Nullable MethodImplementation methodImplementation) { in ImmutableMethod()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DSyntheticAccessorResolver.java40 import org.jf.dexlib2.iface.MethodImplementation;
104 MethodImplementation matchedMethodImpl = null; in getAccessedMember()
106 MethodImplementation methodImpl = method.getImplementation(); in getAccessedMember()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DJumboStringConversionTest.java103 MethodImplementation impl = method.getImplementation(); in testJumboStringConversion()
153 MethodImplementation methodImpl = new MethodImplementation() { in testJumboStringConversion_NonMethodBuilder()
200 MethodImplementation impl = method.getImplementation(); in testJumboStringConversion_NonMethodBuilder()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DPoolMethod.java38 import org.jf.dexlib2.iface.MethodImplementation;
90 @Override @Nullable public MethodImplementation getImplementation() { in getImplementation()
DClassPool.java141 MethodImplementation methodImpl = method.getImplementation(); in internCode()
189 MethodImplementation methodImpl = method.getImplementation(); in internDebug()
391 MethodImplementation impl = method.getImplementation();
407 MethodImplementation impl = method.getImplementation();
415 MethodImplementation impl = method.getImplementation();
424 MethodImplementation impl = method.getImplementation();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/
DReflectionConstructor.java40 import org.jf.dexlib2.iface.MethodImplementation;
92 @Nullable @Override public MethodImplementation getImplementation() {
DReflectionMethod.java40 import org.jf.dexlib2.iface.MethodImplementation;
91 @Nullable @Override public MethodImplementation getImplementation() {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMethodImplementationBuilder.java34 import org.jf.dexlib2.iface.MethodImplementation;
56 public MethodImplementation getMethodImplementation() { in getMethodImplementation()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedMethodImplementation.java40 import org.jf.dexlib2.iface.MethodImplementation;
51 public class DexBackedMethodImplementation implements MethodImplementation {
/external/smali/dexlib2/src/accessorTest/java/org/jf/dexlib2/
DAccessorTest.java39 import org.jf.dexlib2.iface.MethodImplementation;
110 MethodImplementation methodImpl = method.getImplementation(); in testAccessors()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DMethodImplementation.java43 public interface MethodImplementation { interface
DMethod.java109 @Nullable MethodImplementation getImplementation(); in getImplementation()
/external/smali/smali/src/test/java/
DImplicitReferenceTest.java41 import org.jf.dexlib2.iface.MethodImplementation;
82 MethodImplementation methodImpl = mainMethod.getImplementation(); in testImplicitMethodReference()
177 MethodImplementation methodImpl = mainMethod.getImplementation(); in testImplicitFieldReference()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DClassDefinition.java71 MethodImplementation impl = method.getImplementation(); in findFieldsSetInStaticConstructor()
278 MethodImplementation methodImpl = method.getImplementation(); in writeDirectMethods()
323 MethodImplementation methodImpl = method.getImplementation(); in writeVirtualMethods()

12