Searched refs:GetDeclaringClassDescriptor (Results 1 – 14 of 14) sorted by relevance
43 const char* GetDeclaringClassDescriptor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
43 const char* FieldHelper::GetDeclaringClassDescriptor() { in GetDeclaringClassDescriptor() function in art::FieldHelper
190 EXPECT_EQ("L$Proxy1234;", std::string(fh.GetDeclaringClassDescriptor())); in TEST_F()198 EXPECT_EQ("L$Proxy1234;", std::string(fh.GetDeclaringClassDescriptor())); in TEST_F()
302 result += PrettyDescriptor(FieldHelper(hs.NewHandle(f)).GetDeclaringClassDescriptor()); in PrettyField()373 std::string result(PrettyDescriptor(m->GetDeclaringClassDescriptor())); in PrettyMethod()658 std::string class_name(m->GetDeclaringClassDescriptor()); in JniShortName()
704 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), method->GetName(), in DumpMethodList()
132 std::string class_name(method->GetDeclaringClassDescriptor()); in ShouldTrace()
1604 const char* descriptor = method->GetDeclaringClassDescriptor(); in InternalStackTraceToStackTraceElementArray()
4762 class_names.Add(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()4823 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
4984 super_method->GetDeclaringClassDescriptor()); in LinkVirtualMethods()4992 << PrettyDescriptor(super_method->GetDeclaringClassDescriptor()); in LinkVirtualMethods()
139 FieldHelper(hs.NewHandle(resolved_field)).GetDeclaringClassDescriptor()); in IsFastStaticField()
1208 is_in_image = IsImageClass(method->GetDeclaringClassDescriptor()); in GetCodeAndMethodForDirectCall()
416 inline const char* ArtMethod::GetDeclaringClassDescriptor() { in GetDeclaringClassDescriptor() function
505 const char* GetDeclaringClassDescriptor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
287 const char* descriptor = m->GetDeclaringClassDescriptor(); in GetQuickOatCode()