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.java63 …ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null… in testCustomMethodInlineTable_Virtual() local
90 …ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null… in testCustomMethodInlineTable_Static() local
117 …ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null… in testCustomMethodInlineTable_Direct() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java74 @Nonnull private final MethodImplementation methodImpl; field in MethodAnalyzer
106 MethodImplementation methodImpl = method.getImplementation(); in MethodAnalyzer() local
150 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/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/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/test/java/org/jf/dexlib2/
DAccessorTest.java110 MethodImplementation methodImpl = method.getImplementation(); in testAccessors() local
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DJumboStringConversionTest.java153 MethodImplementation methodImpl = new MethodImplementation() { in testJumboStringConversion_NonMethodBuilder() local
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DClassDefinition.java277 MethodImplementation methodImpl = method.getImplementation(); in writeDirectMethods() local
322 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/main/java/org/jf/dexlib2/util/
DSyntheticAccessorResolver.java109 MethodImplementation methodImpl = method.getImplementation(); in getAccessedMember() local