Home
last modified time | relevance | path

Searched refs:GetSignature (Results 1 – 20 of 20) sorted by relevance

/art/runtime/mirror/
Dclass.cc464 if (method.GetName() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
476 if (method.GetName() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
488 method.GetName() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
562 if (np_method->GetName() == name && np_method->GetSignature() == signature) { in FindClassMethodWithSignature()
575 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethodWithSignature()
600 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethodWithSignature()
648 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethod()
678 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethod()
706 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethod()
719 if (method.GetName() == name && method.GetSignature() == signature) { in FindConstructor()
[all …]
/art/tools/breakpoint-logger/
Dbreakpoint_logger.cc226 const char* GetSignature() const { in GetSignature() function in breakpoint_logger::ScopedMethodInfo
258 << method.GetSignature() << " (source: " in operator <<()
/art/runtime/
Dhidden_api.cc92 type_signature_ = method->GetSignature().ToString(); in MemberSignature()
Dart_method-inl.h209 inline const Signature ArtMethod::GetSignature() { in GetSignature() function
Dart_method.h588 const Signature GetSignature() REQUIRES_SHARED(Locks::mutator_lock_);
Dart_method.cc806 std::string signature(GetSignature().ToString()); in JniLongName()
Ddebugger.h309 static JDWP::JdwpError GetSignature(JDWP::RefTypeId ref_type_id, std::string* signature)
Dtrace.cc891 method->GetSignature().ToString().c_str(), method->GetDeclaringClassSourceFile()); in GetMethodLine()
Dclass_linker_test.cc248 EXPECT_TRUE(method->GetSignature() != Signature::NoSignature()); in AssertMethod()
Ddebugger.cc1158 JDWP::JdwpError Dbg::GetSignature(JDWP::RefTypeId class_id, std::string* signature) { in GetSignature() function in art::Dbg
1643 pReply, m.GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetSignature().ToString()); in OutputDeclaredMethods()
Djni_internal.cc441 if (kNative == method.IsNative() && name == method.GetName() && method.GetSignature() == sig) { in FindMethod()
Dclass_linker.cc4557 CHECK_STREQ(np->GetSignature().ToString().c_str(), "(Ljava/lang/reflect/InvocationHandler;)V"); in CheckProxyConstructor()
/art/test/ti-stress/
Dstress.cc270 const char* GetSignature() const { in GetSignature() function in art::ScopedMethodInfo
366 return os << m.GetDeclaringClassInfo().GetName() << "->" << m.GetName() << m.GetSignature() in operator <<()
557 std::string type(method_info.GetSignature()); in MethodExitHook()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h481 resolved_method->GetName(), resolved_method->GetSignature()); in FindMethodFromCode()
520 resolved_method->GetName(), resolved_method->GetSignature()); in FindMethodFromCode()
544 resolved_method->GetName(), resolved_method->GetSignature()); in FindMethodFromCode()
/art/dex2oat/linker/
Dimage_test.h105 origin->GetSignature() == m.GetSignature()) { in FindCopiedMethod()
/art/runtime/jdwp/
Djdwp_handler.cc55 Dbg::GetSignature(ref_type_id, &signature); in DescribeRefTypeId()
521 JdwpError status = Dbg::GetSignature(refTypeId, &signature); in RT_Signature()
/art/openjdkjvmti/
Dti_method.cc335 const art::Signature sig = art_method->GetSignature(); in GetMethodName()
Dti_redefine.cc606 if (m.GetName() == name && m.GetSignature() == sig) { in FindMethod()
/art/runtime/hprof/
Dhprof.cc715 __ AddStringId(LookupStringId(method->GetSignature().ToString())); in WriteStackTraces()
/art/runtime/verifier/
Dmethod_verifier.cc4271 << res_method->GetSignature(); in VerifyInvocationArgs()