/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | ReflectionUtil.cs | 83 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil 94 internal static Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil 103 internal static Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil 112 internal static Action<IMessage> CreateActionIMessage(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil 115 internal static Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil 138 Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method); in CreateFuncIMessageInt32() 139 Action<IMessage> CreateActionIMessage(MethodInfo method); in CreateActionIMessage() 140 Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method); in CreateFuncIMessageObject() 141 Action<IMessage, object> CreateActionIMessageObject(MethodInfo method); in CreateActionIMessageObject() 142 Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method); in CreateFuncIMessageBool() [all …]
|
/external/testng/src/test/java/test/mannotation/ |
D | MAnnotation2SampleTest.java | 27 Method method = MTest3.class.getMethod("groups1", new Class[0]); in verifyTestGroupsInheritance() local 34 Method method = MTest3.class.getMethod("groups2", new Class[0]); in verifyTestGroupsInheritance() local 46 Method method = MTest3.class.getMethod("dependsOnGroups1", new Class[0]); in verifyTestDependsOnGroupsInheritance() local 53 Method method = MTest3.class.getMethod("dependsOnGroups2", new Class[0]); in verifyTestDependsOnGroupsInheritance() local 66 Method method = MTest3.class.getMethod("dependsOnMethods1", new Class[0]); in verifyTestDependsOnMethodsInheritance() local 73 Method method = MTest3.class.getMethod("dependsOnMethods2", new Class[0]); in verifyTestDependsOnMethodsInheritance() local 86 Method method = MTest3.class.getMethod("beforeSuite", new Class[0]); in verifyConfigurationGroupsInheritance() local 97 Method method = MTest3.class.getMethod("enabled1", new Class[0]); in verifyTestEnabledInheritance() local 103 Method method = MTest3.class.getMethod("enabled2", new Class[0]); in verifyTestEnabledInheritance() local
|
D | MAnnotationSampleTest.java | 66 Method method = MTest1.class.getMethod("f", new Class[0]); in verifyTestMethodLevel() local 110 Method method = MTest1.class.getMethod("before", new Class[0]); in verifyConfigurationBefore() local 135 Method method = MTest1.class.getMethod("after", new Class[0]); in verifyConfigurationAfter() local 160 Method method = MTest1.class.getMethod("otherConfigurations", new Class[0]); in verifyConfigurationOthers() local 185 Method method = MTest1.class.getMethod("otherConfigurations", new Class[0]); in verifyDataProvider() local 194 Method method = MTest1.class.getMethod("otherConfigurations", new Class[0]); in verifyExpectedExceptions() local 204 Method method = MTest1.class.getMethod("factory", new Class[0]); in verifyFactory() local 214 Method method = MTest1.class.getMethod("parameters", new Class[0]); in verifyParameters() local 224 Method method = MTest1.class.getMethod("newBefore", new Class[0]); in verifyNewConfigurationBefore() local 238 Method method = MTest1.class.getMethod("newAfter", new Class[0]); in verifyNewConfigurationAfter() local
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 36 …public void visitIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitIntegerType() 37 …public void visitFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitFloatType() 38 …public void visitLongType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitLongType() 39 …public void visitDoubleType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitDoubleType() 40 …public void visitTopType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitTopType() 41 …public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitObjectType() 42 …public void visitNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitNullType() 43 …public void visitUninitializedType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedType() 44 …public void visitUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedThisType() 46 …public void visitStackIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribut… in visitStackIntegerType() [all …]
|
/external/auto/common/src/test/java/com/google/auto/common/ |
D | MoreTypesIsTypeOfTest.java | 78 boolean method(); in method() method 89 byte method(); in method() method 100 char method(); in method() method 111 double method(); in method() method 122 float method(); in method() method 133 int method(); in method() method 144 long method(); in method() method 155 short method(); in method() method 166 void method(); in method() method 177 Void method(); in method() method [all …]
|
/external/robolectric/sandbox/src/test/java/org/robolectric/ |
D | ClassicSuperHandlingTest.java | 31 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.ChildShadow 39 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.ParentShadow 47 public String method(String value) { in method() method in ClassicSuperHandlingTest.GrandparentShadow 54 public String method(String value) { in method() method in ClassicSuperHandlingTest.BabiesHavingBabies 61 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.Child 68 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.Parent 75 public String method(String value) { in method() method in ClassicSuperHandlingTest.Grandparent
|
/external/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | csharp_generator.cc | 102 const MethodDescriptor* method) { in GenerateDocCommentServerMethod() 134 const MethodDescriptor* method, in GenerateDocCommentClientMethod() 177 std::string GetCSharpMethodType(const MethodDescriptor* method) { in GetCSharpMethodType() 193 std::string GetCSharpServerMethodType(const MethodDescriptor* method) { in GetCSharpServerMethodType() 216 std::string GetMethodFieldName(const MethodDescriptor* method) { in GetMethodFieldName() 220 std::string GetMethodRequestParamMaybe(const MethodDescriptor* method, in GetMethodRequestParamMaybe() 235 std::string GetMethodReturnTypeClient(const MethodDescriptor* method) { in GetMethodReturnTypeClient() 257 std::string GetMethodRequestParamServer(const MethodDescriptor* method) { in GetMethodRequestParamServer() 266 std::string GetMethodReturnTypeServer(const MethodDescriptor* method) { in GetMethodReturnTypeServer() 274 std::string GetMethodResponseStreamMaybe(const MethodDescriptor* method) { in GetMethodResponseStreamMaybe() [all …]
|
/external/jazzer-api/agent/src/test/java/com/code_intelligence/jazzer/instrumentor/ |
D | ReplaceHooks.java | 26 patchShouldReturnTrue1(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue1() 34 patchShouldReturnTrue2(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue2() 42 patchShouldReturnTrue3(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnTrue3() 50 patchShouldReturnFalse1(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnFalse1() 61 patchShouldReturnFalse2(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnFalse2() 71 MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldReturnReversed() 79 patchShouldIncrement(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldIncrement() 87 patchShouldCallPass(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchShouldCallPass() 95 patchIdempotent(MethodHandle method, Object thisObject, Object[] arguments, int hookId) in patchIdempotent() 106 patchAbstractListGet(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in patchAbstractListGet()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_service.cc | 141 const MethodDescriptor* method = descriptor_->method(i); in GenerateNewReflectiveServiceMethod() local 180 const MethodDescriptor* method = descriptor_->method(i); in GenerateAbstractMethods() local 188 const MethodDescriptor* method) { in GetOutput() 211 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() local 258 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallBlockingMethod() local 303 const MethodDescriptor* method = descriptor_->method(i); in GenerateGetPrototype() local 353 const MethodDescriptor* method = descriptor_->method(i); in GenerateStub() local 395 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local 418 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local 444 io::Printer* printer, const MethodDescriptor* method, in GenerateMethodSignature() [all …]
|
/external/abseil-cpp/absl/strings/internal/ |
D | cordz_update_tracker_test.cc | 66 for (Method method : AllMethods()) { in TEST() local 74 for (Method method : AllMethods()) { in TEST() local 84 for (Method method : AllMethods()) { in TEST() local 91 for (Method method : AllMethods()) { in TEST() local 101 for (Method method : AllMethods()) { in TEST() local 108 for (Method method : AllMethods()) { in TEST() local 121 for (Method method : AllMethods()) { in TEST() local 127 for (Method method : AllMethods()) { in TEST() local 134 for (Method method : AllMethods()) { in TEST() local
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cordz_update_tracker_test.cc | 68 for (Method method : AllMethods()) { in TEST() local 76 for (Method method : AllMethods()) { in TEST() local 86 for (Method method : AllMethods()) { in TEST() local 93 for (Method method : AllMethods()) { in TEST() local 103 for (Method method : AllMethods()) { in TEST() local 110 for (Method method : AllMethods()) { in TEST() local 123 for (Method method : AllMethods()) { in TEST() local 129 for (Method method : AllMethods()) { in TEST() local 136 for (Method method : AllMethods()) { in TEST() local
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
D | cordz_update_tracker_test.cc | 66 for (Method method : AllMethods()) { in TEST() local 74 for (Method method : AllMethods()) { in TEST() local 84 for (Method method : AllMethods()) { in TEST() local 91 for (Method method : AllMethods()) { in TEST() local 101 for (Method method : AllMethods()) { in TEST() local 108 for (Method method : AllMethods()) { in TEST() local 121 for (Method method : AllMethods()) { in TEST() local 127 for (Method method : AllMethods()) { in TEST() local 134 for (Method method : AllMethods()) { in TEST() local
|
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/ |
D | ClassicSuperHandlingTest.java | 33 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.ChildShadow 42 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.ParentShadow 51 public String method(String value) { in method() method in ClassicSuperHandlingTest.GrandparentShadow 58 public String method(String value) { in method() method in ClassicSuperHandlingTest.BabiesHavingBabies 65 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.Child 72 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.Parent 79 public String method(String value) { in method() method in ClassicSuperHandlingTest.Grandparent
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
D | NonEmptyAttributeFilter.java | 108 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() 126 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() 144 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute() 156 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute e… in visitMethodParametersAttribute() 165 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() 174 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() 180 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() 189 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute() 198 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute() 207 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute() [all …]
|
D | AttributeVisitor.java | 49 …public void visitDeprecatedAttribute( Clazz clazz, Method method, DeprecatedAttribute d… in visitDeprecatedAttribute() 53 …public void visitSyntheticAttribute( Clazz clazz, Method method, SyntheticAttribute s… in visitSyntheticAttribute() 57 …public void visitSignatureAttribute( Clazz clazz, Method method, SignatureAttribute s… in visitSignatureAttribute() 65 …public void visitMethodParametersAttribute( Clazz clazz, Method method, MethodParametersAttri… in visitMethodParametersAttribute() 66 …public void visitExceptionsAttribute( Clazz clazz, Method method, ExceptionsAttribute … in visitExceptionsAttribute() 67 …public void visitCodeAttribute( Clazz clazz, Method method, CodeAttribute … in visitCodeAttribute() 71 …public void visitStackMapAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitStackMapAttribute() 72 …public void visitStackMapTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitStackMapTableAttribute() 73 …public void visitLineNumberTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitLineNumberTableAttribute() 74 …public void visitLocalVariableTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTableAttribute() [all …]
|
D | RequiredAttributeFilter.java | 148 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() 175 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() 202 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute() 220 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute e… in visitMethodParametersAttribute() 229 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() 238 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() 247 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() 256 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute() 265 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute() 274 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute() [all …]
|
/external/pigweed/pw_rpc/java/test/dev/pigweed/pw_rpc/ |
D | ClientTest.java | 71 private static byte[] response(String service, String method) { in response() 75 private static byte[] response(String service, String method, Status status) { in response() 81 String service, String method, Status status, MessageLite payload) { in response() 85 private static byte[] serverStream(String service, String method, MessageLite payload) { in serverStream() 90 PacketType type, String service, String method, Status status, MessageLite payload) { in serverReply() 99 private static RpcPacket.Builder packetBuilder(String service, String method) { in packetBuilder() 106 private static RpcPacket requestPacket(String service, String method, MessageLite payload) { in requestPacket() 249 MethodClient method = client.method(CHANNEL_ID, "pw.rpc.test1.TheTestService", "SomeUnary"); in processPacket_serverError_abortsPending() local 263 MethodClient method = client.method(CHANNEL_ID, "pw.rpc.test1.TheTestService", "SomeUnary"); in processPacket_responseToPendingUnaryMethod_callsObserver() local 283 MethodClient method = in processPacket_responsesToPendingServerStreamingMethod_callsObserver() local [all …]
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/generic/ |
D | generic_stub.h | 55 PrepareCall(ClientContext* context, const std::string& method, in PrepareCall() 66 ClientContext* context, const std::string& method, in PrepareUnaryCall() 84 ClientContext* context, const std::string& method, in Call() 93 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() 104 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() 115 ClientContext* context, const std::string& method, in PrepareBidiStreamingCall() 130 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() 142 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() 153 ClientContext* context, const std::string& method, StubOptions options, in PrepareBidiStreamingCall() 171 void UnaryCallInternal(ClientContext* context, const std::string& method, in UnaryCallInternal() [all …]
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/ |
D | generic_stub.h | 55 PrepareCall(ClientContext* context, const std::string& method, in PrepareCall() 66 ClientContext* context, const std::string& method, in PrepareUnaryCall() 84 ClientContext* context, const std::string& method, in Call() 93 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() 104 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() 115 ClientContext* context, const std::string& method, in PrepareBidiStreamingCall() 130 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() 142 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() 153 ClientContext* context, const std::string& method, StubOptions options, in PrepareBidiStreamingCall() 171 void UnaryCallInternal(ClientContext* context, const std::string& method, in UnaryCallInternal() [all …]
|
/external/proguard/src/proguard/classfile/util/ |
D | SimplifiedVisitor.java | 295 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() 322 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() 349 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute() 361 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute m… in visitMethodParametersAttribute() 367 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() 373 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() 379 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() 385 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute() 391 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute() 397 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute() [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/ |
D | CoroutinesBlockHoundIntegration.kt | 47 for (method in listOf("finalizeFinishingState", "invokeOnCompletion", "makeCancelling", in <lambda>() method 58 …for (method in listOf("install", "uninstall", "hierarchyToString", "dumpCoroutinesInfo", "dumpDebu… in <lambda>() method 77 for (method in listOf("clear", "peek", "removeFirstOrNull", "addLast")) { in <lambda>() method 98 … for (method in listOf("emitSuspend", "awaitValue", "getReplayCache", "tryEmit", "cancelEmitter", in <lambda>() method 103 for (method in listOf("getSubscriptionCount", "allocateSlot", "freeSlot")) { in <lambda>() method 118 for (method in listOf( in <lambda>() method 130 for (method in listOf("offerInternal", "offerSelectInternal", "updateHead")) { in <lambda>() method 133 for (method in listOf("checkOffer", "pollInternal", "pollSelectInternal")) { in <lambda>() method 142 …for (method in listOf("offerInternal", "offerSelectInternal", "pollInternal", "pollSelectInternal", in <lambda>() method
|
/external/proguard/src/proguard/optimize/ |
D | ChangedCodePrinter.java | 122 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() 128 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() 134 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute syntheticAttrib… in visitSignatureAttribute() 146 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute e… in visitMethodParametersAttribute() 152 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() 158 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() 164 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute() 170 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute() 176 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute() 182 …public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTypeTableAttribute() [all …]
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassCleaner.java | 130 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute m… in visitMethodParametersAttribute() 138 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() 146 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() 155 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() 163 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute() 171 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute() 179 …public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTypeTableAttribute() 195 …public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotations… in visitAnyParameterAnnotationsAttribute() 211 …public void visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute… in visitAnnotationDefaultAttribute() 237 …public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionI… in visitExceptionInfo() [all …]
|
D | ClassPrinter.java | 495 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute m… in visitMethodParametersAttribute() 506 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() 517 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() 542 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() 554 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute() 566 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute() 578 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute() 590 …public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTypeTableAttribute() 624 …public void visitRuntimeVisibleParameterAnnotationsAttribute(Clazz clazz, Method method, RuntimeVi… in visitRuntimeVisibleParameterAnnotationsAttribute() 635 …public void visitRuntimeInvisibleParameterAnnotationsAttribute(Clazz clazz, Method method, Runtime… in visitRuntimeInvisibleParameterAnnotationsAttribute() [all …]
|
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/runtime/ |
D | TraceCmpHooks.java | 39 integerCompare(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in integerCompare() 50 integerCompareTo(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in integerCompareTo() 59 longCompare(MethodHandle method, Object thisObject, Object[] arguments, int hookId) { in longCompare() 66 longCompareTo(MethodHandle method, Long thisObject, Object[] arguments, int hookId) { in longCompareTo() 75 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in equals() 89 MethodHandle method, String thisObject, Object[] arguments, int hookId, Integer returnValue) { in compareTo() 100 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in contentEquals() 111 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in regionsMatches5() 125 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in regionMatches4() 150 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in contains() [all …]
|