Home
last modified time | relevance | path

Searched refs:GetDeclaringClassDescriptor (Results 1 – 14 of 14) sorted by relevance

/art/runtime/
Dfield_helper.h43 const char* GetDeclaringClassDescriptor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dfield_helper.cc43 const char* FieldHelper::GetDeclaringClassDescriptor() { in GetDeclaringClassDescriptor() function in art::FieldHelper
Dproxy_test.cc190 EXPECT_EQ("L$Proxy1234;", std::string(fh.GetDeclaringClassDescriptor())); in TEST_F()
198 EXPECT_EQ("L$Proxy1234;", std::string(fh.GetDeclaringClassDescriptor())); in TEST_F()
Dutils.cc302 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()
Dtrace.cc704 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), method->GetName(), in DumpMethodList()
Dcheck_jni.cc132 std::string class_name(method->GetDeclaringClassDescriptor()); in ShouldTrace()
Dthread.cc1604 const char* descriptor = method->GetDeclaringClassDescriptor(); in InternalStackTraceToStackTraceElementArray()
Ddebugger.cc4762 class_names.Add(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
4823 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
Dclass_linker.cc4984 super_method->GetDeclaringClassDescriptor()); in LinkVirtualMethods()
4992 << PrettyDescriptor(super_method->GetDeclaringClassDescriptor()); in LinkVirtualMethods()
/art/compiler/driver/
Dcompiler_driver-inl.h139 FieldHelper(hs.NewHandle(resolved_field)).GetDeclaringClassDescriptor()); in IsFastStaticField()
Dcompiler_driver.cc1208 is_in_image = IsImageClass(method->GetDeclaringClassDescriptor()); in GetCodeAndMethodForDirectCall()
/art/runtime/mirror/
Dart_method-inl.h416 inline const char* ArtMethod::GetDeclaringClassDescriptor() { in GetDeclaringClassDescriptor() function
Dart_method.h505 const char* GetDeclaringClassDescriptor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/oatdump/
Doatdump.cc287 const char* descriptor = m->GetDeclaringClassDescriptor(); in GetQuickOatCode()