Home
last modified time | relevance | path

Searched defs:methodImpl (Results 1 – 10 of 10) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCustomMethodInlineTableTest.java64 …ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null… in testCustomMethodInlineTable_Virtual() local
93 …ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null… in testCustomMethodInlineTable_Static() local
122 …ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null… in testCustomMethodInlineTable_Direct() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java75 @Nonnull private final MethodImplementation methodImpl; field in MethodAnalyzer
107 MethodImplementation methodImpl = method.getImplementation(); in MethodAnalyzer() local
141 MethodImplementation methodImpl = this.methodImpl; in analyze() local
/external/smali/smali/src/test/java/org/jf/smali/
DImplicitReferenceTest.java82 MethodImplementation methodImpl = mainMethod.getImplementation(); in testImplicitMethodReference() local
177 MethodImplementation methodImpl = mainMethod.getImplementation(); in testImplicitFieldReference() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DClassPool.java123 MethodImplementation methodImpl = method.getImplementation(); in internCode() local
171 MethodImplementation methodImpl = method.getImplementation(); in internDebug() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DDebugInfo.java63 @Nonnull DexBackedMethodImplementation methodImpl) { in newOrEmpty()
86 @Nonnull private final DexBackedMethodImplementation methodImpl; field in DebugInfo.DebugInfoImpl
90 @Nonnull DexBackedMethodImplementation methodImpl) { in DebugInfoImpl()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/
DAccessorTest.java110 MethodImplementation methodImpl = method.getImplementation(); in testAccessors() local
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DClassDefinition.java276 MethodImplementation methodImpl = method.getImplementation(); in writeDirectMethods() local
321 MethodImplementation methodImpl = method.getImplementation(); in writeVirtualMethods() local
DMethodDefinition.java70 @Nonnull public final MethodImplementation methodImpl; field in MethodDefinition
84 @Nonnull MethodImplementation methodImpl) { in MethodDefinition()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DJumboStringConversionTest.java153 MethodImplementation methodImpl = new MethodImplementation() { in testJumboStringConversion_NonMethodBuilder() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DSyntheticAccessorResolver.java109 MethodImplementation methodImpl = method.getImplementation(); in getAccessedMember() local