Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java73 @Nonnull private final MethodImplementation methodImpl; field in MethodAnalyzer
102 MethodImplementation methodImpl = method.getImplementation(); in MethodAnalyzer() local
142 MethodImplementation methodImpl = this.methodImpl; in analyze() local
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCustomMethodInlineTableTest.java62 …ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null… in testCustomMethodInlineTable_Virtual() local
89 …ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null… in testCustomMethodInlineTable_Static() local
116 …ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null… in testCustomMethodInlineTable_Direct() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DDebugInfo.java63 @Nonnull DexBackedMethodImplementation methodImpl) { in newOrEmpty()
82 @Nonnull private final DexBackedMethodImplementation methodImpl; field in DebugInfo.DebugInfoImpl
86 @Nonnull DexBackedMethodImplementation methodImpl) { in DebugInfoImpl()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DClassPool.java141 MethodImplementation methodImpl = method.getImplementation(); in internCode() local
189 MethodImplementation methodImpl = method.getImplementation(); in internDebug() local
/external/smali/dexlib2/src/accessorTest/java/org/jf/dexlib2/
DAccessorTest.java110 MethodImplementation methodImpl = method.getImplementation(); in testAccessors() local
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DClassDefinition.java272 MethodImplementation methodImpl = method.getImplementation(); in writeDirectMethods() local
317 MethodImplementation methodImpl = method.getImplementation(); in writeVirtualMethods() local
DMethodDefinition.java65 @Nonnull public final MethodImplementation methodImpl; field in MethodDefinition
77 @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.java106 MethodImplementation methodImpl = method.getImplementation(); in getAccessedMember() local