Home
last modified time | relevance | path

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

/art/runtime/
Dsdk_checker.cc69 art_method->GetSignature().ToString().c_str(), in ShouldDenyAccess()
Dart_method-inl.h187 inline const Signature ArtMethod::GetSignature() { in GetSignature() function
Dhidden_api.cc186 type_signature_ = method->GetSignature().ToString(); in MemberSignature()
Dart_method.h635 const Signature GetSignature() REQUIRES_SHARED(Locks::mutator_lock_);
Dart_method.cc814 std::string signature(GetSignature().ToString()); in JniLongName()
Dtrace.cc841 method->GetSignature().ToString().c_str(), method->GetDeclaringClassSourceFile()); in GetMethodLine()
Dclass_linker_test.cc255 EXPECT_TRUE(method->GetSignature() != Signature::NoSignature()); in AssertMethod()
Dclass_linker.cc5163 CHECK_STREQ(np->GetSignature().ToString().c_str(), "(Ljava/lang/reflect/InvocationHandler;)V"); in CheckProxyConstructor()
/art/runtime/mirror/
Dclass.cc539 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
551 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
563 method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
637 if (np_method->GetName() == name && np_method->GetSignature() == signature) { in FindClassMethodWithSignature()
650 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethodWithSignature()
675 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethodWithSignature()
728 if (length == other_length && name == other_name && signature == method.GetSignature()) { in FindClassMethod()
758 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethod()
786 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethod()
799 if (method.GetName() == name && method.GetSignature() == signature) { in FindConstructor()
[all …]
/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc291 const char* GetSignature() const { in GetSignature() function in simple_profile::ScopedMethodInfo
318 << method.GetSignature(); in operator <<()
339 .method_descriptor = smi.GetSignature(), in DoDump()
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc201 const char* GetSignature() const { in GetSignature() function in tifast::__anon9d4dc8ac0111::ScopedMethodInfo
300 "::" + smi.GetName() + smi.GetSignature(); in formatMethod()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc226 const char* GetSignature() const { in GetSignature() function in breakpoint_logger::ScopedMethodInfo
258 << method.GetSignature() << " (source: " in operator <<()
/art/dex2oat/linker/
Dimage_test.h109 origin->GetSignature() == m.GetSignature()) { in FindCopiedMethod()
/art/tools/hiddenapi/
Dhiddenapi.cc193 << GetSignature(); in GetApiEntry()
201 GetSignature() == other.GetSignature(); in operator ==()
220 inline std::string GetSignature() const { in GetSignature() function in art::hiddenapi::DexMember
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h460 resolved_method->GetName(), resolved_method->GetSignature()); in FindMethodToCall()
499 resolved_method->GetName(), resolved_method->GetSignature()); in FindMethodToCall()
523 resolved_method->GetName(), resolved_method->GetSignature()); in FindMethodToCall()
/art/test/ti-stress/
Dstress.cc266 const char* GetSignature() const { in GetSignature() function in art::ScopedMethodInfo
350 return os << m.GetDeclaringClassInfo().GetName() << "->" << m.GetName() << m.GetSignature() in operator <<()
541 std::string type(method_info.GetSignature()); in MethodExitHook()
/art/runtime/interpreter/mterp/
Dnterp.cc349 resolved_method->GetSignature()); in NterpGetMethod()
365 resolved_method->GetSignature()); in NterpGetMethod()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc278 const char* GetSignature() const { in GetSignature() function in tifast::__anon4fd488430111::ScopedMethodInfo
314 return os << m.GetDeclaringClassInfo().GetName() << "->" << m.GetName() << m.GetSignature() in operator <<()
/art/openjdkjvmti/
Dti_redefine.cc2636 return cand.GetNameView() == m.GetNameView() && cand.GetSignature() == m.GetSignature(); in CollectNewFieldAndMethodMappings()
2814 new_class->FindClassMethod(m.GetNameView(), m.GetSignature(), art::kRuntimePointerSize); in UpdateClassStructurally()
Dti_method.cc342 const art::Signature sig = art_method->GetSignature(); in GetMethodName()
/art/runtime/hprof/
Dhprof.cc715 __ AddStringId(LookupStringId(method->GetSignature().ToString())); in WriteStackTraces()
/art/runtime/jni/
Djni_internal.cc573 if (kNative == method.IsNative() && name == method.GetName() && method.GetSignature() == sig) { in FindMethod()
/art/runtime/verifier/
Dmethod_verifier.cc4251 << res_method->GetSignature(); in VerifyInvocationArgs()