Home
last modified time | relevance | path

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

/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/analysis/
DCustomMethodInlineTableTest.java69 …ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null… in testCustomMethodInlineTable_Virtual() local
100 …ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null… in testCustomMethodInlineTable_Static() local
131 …ImmutableMethodImplementation methodImpl = new ImmutableMethodImplementation(1, instructions, null… in testCustomMethodInlineTable_Direct() local
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/util/
DDebugInfo.java73 @Nonnull DexBackedMethodImplementation methodImpl) { in newOrEmpty()
101 @Nonnull private final DexBackedMethodImplementation methodImpl; field in DebugInfo.DebugInfoImpl
105 @Nonnull DexBackedMethodImplementation methodImpl) { in DebugInfoImpl()
/external/google-smali/smali/src/test/java/com/android/tools/smali/smali/
DImplicitReferenceTest.java82 MethodImplementation methodImpl = mainMethod.getImplementation(); in testImplicitMethodReference() local
177 MethodImplementation methodImpl = mainMethod.getImplementation(); in testImplicitFieldReference() local
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/
DClassPool.java156 MethodImplementation methodImpl = method.getImplementation(); in internCode() local
220 MethodImplementation methodImpl = method.getImplementation(); in internDebug() local
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DLocationImpl.java125 MethodImpl methodImpl = (MethodImpl)method(); in getBaseLineInfo() local
161 MethodImpl methodImpl = (MethodImpl)method(); in getLineInfo() local
/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/
DClassDefinition.java277 MethodImplementation methodImpl = method.getImplementation(); in writeDirectMethods() local
323 MethodImplementation methodImpl = method.getImplementation(); in writeVirtualMethods() local
DMethodDefinition.java77 @Nonnull public final MethodImplementation methodImpl; field in MethodDefinition
91 @Nonnull MethodImplementation methodImpl) { in MethodDefinition()
/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/
DAccessorTest.java109 MethodImplementation methodImpl = method.getImplementation(); in testAccessors() local
/external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/
DClientCallsTest.java206 NoopUnaryMethod methodImpl = new NoopUnaryMethod(); in blockingUnaryCall2_interruptedWaitsForOnClose() local
241 NoopUnaryMethod methodImpl = new NoopUnaryMethod(); in blockingUnaryCall2_rejectExecutionOnClose() local
859 NoopServerStreamingMethod methodImpl = new NoopServerStreamingMethod(); in blockingServerStreamingCall_interruptedWaitsForOnClose() local
929 NoopServerStreamingMethod methodImpl = new NoopServerStreamingMethod(); in blockingServerStreamingCall2_interruptedWaitsForOnClose() local
/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/writer/
DJumboStringConversionTest.java158 MethodImplementation methodImpl = new MethodImplementation() { in testJumboStringConversion_NonMethodBuilder() local
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
DSyntheticAccessorResolver.java108 MethodImplementation methodImpl = method.getImplementation(); in getAccessedMember() local
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/
DMethodAnalyzer.java101 @Nonnull private final MethodImplementation methodImpl; field in MethodAnalyzer
133 MethodImplementation methodImpl = method.getImplementation(); in MethodAnalyzer() local
167 MethodImplementation methodImpl = this.methodImpl; in analyze() local