/art/runtime/mirror/ |
D | class.cc | 570 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/ |
D | ti_alloc_sample.cc | 201 const char* GetSignature() const { in GetSignature() function in tifast::__anon9d4dc8ac0111::ScopedMethodInfo 300 "::" + smi.GetName() + smi.GetSignature(); in formatMethod()
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | breakpoint_logger.cc | 226 const char* GetSignature() const { in GetSignature() function in breakpoint_logger::ScopedMethodInfo 258 << method.GetSignature() << " (source: " in operator <<()
|
/art/dex2oat/linker/ |
D | image_test.h | 109 origin->GetSignature() == m.GetSignature()) { in FindCopiedMethod()
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 180 << 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/ |
D | entrypoint_utils-inl.h | 460 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/ |
D | stress.cc | 266 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/ |
D | nterp.cc | 253 resolved_method->GetSignature()); in NterpGetMethod() 269 resolved_method->GetSignature()); in NterpGetMethod()
|
/art/runtime/ |
D | art_method-inl.h | 187 inline const Signature ArtMethod::GetSignature() { in GetSignature() function
|
D | hidden_api.cc | 180 type_signature_ = method->GetSignature().ToString(); in MemberSignature()
|
D | art_method.h | 640 const Signature GetSignature() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | art_method.cc | 837 std::string signature(GetSignature().ToString()); in JniLongName()
|
D | trace.cc | 841 method->GetSignature().ToString().c_str(), method->GetDeclaringClassSourceFile()); in GetMethodLine()
|
D | class_linker_test.cc | 255 EXPECT_TRUE(method->GetSignature() != Signature::NoSignature()); in AssertMethod()
|
D | class_linker.cc | 5286 CHECK_STREQ(np->GetSignature().ToString().c_str(), "(Ljava/lang/reflect/InvocationHandler;)V"); in CheckProxyConstructor()
|
/art/tools/jvmti-agents/ti-fast/ |
D | tifast.cc | 278 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/ |
D | ti_redefine.cc | 2632 return cand.GetNameView() == m.GetNameView() && cand.GetSignature() == m.GetSignature(); in CollectNewFieldAndMethodMappings() 2810 new_class->FindClassMethod(m.GetNameView(), m.GetSignature(), art::kRuntimePointerSize); in UpdateClassStructurally()
|
D | ti_method.cc | 340 const art::Signature sig = art_method->GetSignature(); in GetMethodName()
|
/art/runtime/hprof/ |
D | hprof.cc | 715 __ AddStringId(LookupStringId(method->GetSignature().ToString())); in WriteStackTraces()
|
/art/runtime/jni/ |
D | jni_internal.cc | 474 if (kNative == method.IsNative() && name == method.GetName() && method.GetSignature() == sig) { in FindMethod()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 4315 << res_method->GetSignature(); in VerifyInvocationArgs()
|