Searched defs:GetName (Results 1 - 18 of 18) sorted by relevance

/art/test/960-default-smali/src/
H A DD.java17 public String GetName() { method in class:D
H A DGreeter3.java17 public String GetName(); method in interface:Greeter3
19 return "Hello " + GetName();
/art/runtime/gc/accounting/
H A Dremembered_set.h70 const std::string& GetName() const { function in class:art::gc::accounting::RememberedSet
H A Dmod_union_table.h108 const std::string& GetName() const { function in class:art::gc::accounting::ModUnionTable
H A Dspace_bitmap.h200 std::string GetName() const { function in class:art::gc::accounting::SpaceBitmap
/art/runtime/ti/
H A Dagent.h42 const std::string& GetName() const { function in class:art::ti::AgentSpec
99 const std::string& GetName() const { function in class:art::ti::Agent
/art/openjdkjvmti/
H A Dti_class_definition.h124 const std::string& GetName() const { function in class:openjdkjvmti::ArtClassDefinition
/art/runtime/gc/collector/
H A Dgarbage_collector.h64 const char* GetName() const { function in class:art::gc::collector::GarbageCollector
/art/runtime/
H A Dmem_map.h155 const std::string& GetName() const { function in class:art::MemMap
H A Dart_method-inl.h219 inline const char* ArtMethod::GetName() { function in class:art::ArtMethod
H A Dclass_linker.cc840 CHECK_STREQ(pendingNext->GetName(), "pendingNext");
844 CHECK_STREQ(queue->GetName(), "queue");
848 CHECK_STREQ(queueNext->GetName(), "queueNext");
852 CHECK_STREQ(referent->GetName(), "referent");
856 CHECK_STREQ(zombie->GetName(), "zombie");
4521 ObjPtr<mirror::String> name = proxy_class->GetName();
4556 CHECK_STREQ(np->GetName(), "<init>");
5634 const char* GetName() { function in class:art::FINAL
5649 GetName(); // Only used to make sure its calculated.
5686 const char* name = local_method->GetInterfaceMethodIfProxy(image_pointer_size_)->GetName();
[all...]
/art/runtime/base/
H A Dtiming_logger.h110 const char* GetName() const { function in class:art::TimingLogger::Timing
H A Dmutex.h163 const char* GetName() const { function in class:art::BaseMutex
/art/runtime/gc/space/
H A Dspace.h86 const char* GetName() const { function in class:art::gc::space::Space
/art/tools/breakpoint-logger/
H A Dbreakpoint_logger.cc93 const char* GetName() const { function in class:breakpoint_logger::ScopedThreadInfo
142 const char* GetName() const { function in class:breakpoint_logger::ScopedClassInfo
222 const char* GetName() const { function in class:breakpoint_logger::ScopedMethodInfo
257 return os << method.GetDeclaringClassInfo().GetName() << "->" << method.GetName()
275 << location << " in method " << method_info << " thread: " << info.GetName();
/art/test/ti-stress/
H A Dstress.cc138 const char* GetName() const { function in class:art::ScopedThreadInfo
187 const char* GetName() const { function in class:art::ScopedClassInfo
266 const char* GetName() const { function in class:art::ScopedMethodInfo
328 const char* GetName() const { function in class:art::ScopedFieldInfo
357 return os << m.GetDeclaringClassInfo().GetName() << "->" << m.GetName()
366 return os << m.GetDeclaringClassInfo().GetName() << "->" << m.GetName() << m.GetSignature()
385 << thread_info.GetName();
388 static std::string GetName(jvmtiEn function in namespace:art
[all...]
/art/runtime/mirror/
H A Dclass-inl.h733 inline String* Class::GetName() { function in class:art::mirror::Class
905 DCHECK_STREQ(field->GetName(), "interfaces");
914 DCHECK_STREQ(field->GetName(), "throws");
923 DCHECK_STREQ(field->GetName(), "disableIntrinsic");
931 DCHECK_STREQ(field->GetName(), "slowPathEnabled");
/art/dexlayout/
H A Ddex_ir.h856 StringId* GetName() const { return name_; } function in class:art::dex_ir::AnnotationElement

Completed in 218 milliseconds