Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc570 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
582 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
594 method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
668 if (np_method->GetName() == name && np_method->GetSignature() == signature) { in FindClassMethodWithSignature()
681 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethodWithSignature()
706 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethodWithSignature()
759 if (length == other_length && name == other_name && signature == method.GetSignature()) { in FindClassMethod()
789 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethod()
817 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethod()
830 if (method.GetName() == name && method.GetSignature() == signature) { in FindConstructor()
[all …]
/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.cc180 << GetSignature(); in GetApiEntry()
188 GetSignature() == other.GetSignature(); in operator ==()
207 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.cc253 resolved_method->GetSignature()); in NterpGetMethod()
269 resolved_method->GetSignature()); in NterpGetMethod()
/art/runtime/
Dart_method-inl.h187 inline const Signature ArtMethod::GetSignature() { in GetSignature() function
Dhidden_api.cc180 type_signature_ = method->GetSignature().ToString(); in MemberSignature()
Dart_method.h640 const Signature GetSignature() REQUIRES_SHARED(Locks::mutator_lock_);
Dart_method.cc837 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.cc5286 CHECK_STREQ(np->GetSignature().ToString().c_str(), "(Ljava/lang/reflect/InvocationHandler;)V"); in CheckProxyConstructor()
/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.cc2632 return cand.GetNameView() == m.GetNameView() && cand.GetSignature() == m.GetSignature(); in CollectNewFieldAndMethodMappings()
2810 new_class->FindClassMethod(m.GetNameView(), m.GetSignature(), art::kRuntimePointerSize); in UpdateClassStructurally()
Dti_method.cc340 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.cc474 if (kNative == method.IsNative() && name == method.GetName() && method.GetSignature() == sig) { in FindMethod()
/art/runtime/verifier/
Dmethod_verifier.cc4315 << res_method->GetSignature(); in VerifyInvocationArgs()