/art/runtime/mirror/ |
D | class.cc | 449 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature() 461 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature() 473 method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature() 547 if (np_method->GetName() == name && np_method->GetSignature() == signature) { in FindClassMethodWithSignature() 560 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethodWithSignature() 585 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethodWithSignature() 638 if (length == other_length && name == other_name && signature == method.GetSignature()) { in FindClassMethod() 668 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethod() 696 if (method.GetName() == name && method.GetSignature() == signature) { in FindClassMethod() 709 if (method.GetName() == name && method.GetSignature() == signature) { in FindConstructor() [all …]
|
/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/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 | 466 resolved_method->GetName(), resolved_method->GetSignature()); in FindMethodToCall() 505 resolved_method->GetName(), resolved_method->GetSignature()); in FindMethodToCall() 529 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/dex2oat/linker/ |
D | image_test.h | 110 origin->GetSignature() == m.GetSignature()) { in FindCopiedMethod()
|
/art/runtime/ |
D | art_method-inl.h | 185 inline const Signature ArtMethod::GetSignature() { in GetSignature() function
|
D | hidden_api.cc | 138 type_signature_ = method->GetSignature().ToString(); in MemberSignature()
|
D | art_method.h | 584 const Signature GetSignature() REQUIRES_SHARED(Locks::mutator_lock_);
|
D | art_method.cc | 833 std::string signature(GetSignature().ToString()); in JniLongName()
|
D | debugger.h | 319 static JDWP::JdwpError GetSignature(JDWP::RefTypeId ref_type_id, std::string* signature)
|
D | trace.cc | 836 method->GetSignature().ToString().c_str(), method->GetDeclaringClassSourceFile()); in GetMethodLine()
|
D | class_linker_test.cc | 254 EXPECT_TRUE(method->GetSignature() != Signature::NoSignature()); in AssertMethod()
|
D | debugger.cc | 1153 JDWP::JdwpError Dbg::GetSignature(JDWP::RefTypeId class_id, std::string* signature) { in GetSignature() function in art::Dbg 1640 pReply, m.GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetSignature().ToString()); in OutputDeclaredMethods()
|
D | class_linker.cc | 5049 CHECK_STREQ(np->GetSignature().ToString().c_str(), "(Ljava/lang/reflect/InvocationHandler;)V"); in CheckProxyConstructor()
|
/art/tools/jvmti-agents/ti-fast/ |
D | tifast.cc | 281 const char* GetSignature() const { in GetSignature() function in tifast::__anon034dbc8c0111::ScopedMethodInfo 317 return os << m.GetDeclaringClassInfo().GetName() << "->" << m.GetName() << m.GetSignature() in operator <<()
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 55 Dbg::GetSignature(ref_type_id, &signature); in DescribeRefTypeId() 520 JdwpError status = Dbg::GetSignature(refTypeId, &signature); in RT_Signature()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 322 const art::Signature sig = art_method->GetSignature(); in GetMethodName()
|
D | ti_redefine.cc | 659 if (m.GetName() == name && m.GetSignature() == sig) { in FindMethod()
|
/art/runtime/hprof/ |
D | hprof.cc | 716 __ AddStringId(LookupStringId(method->GetSignature().ToString())); in WriteStackTraces()
|
/art/runtime/jni/ |
D | jni_internal.cc | 636 if (kNative == method.IsNative() && name == method.GetName() && method.GetSignature() == sig) { in FindMethod()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 4273 << res_method->GetSignature(); in VerifyInvocationArgs()
|