Searched defs:GetName (Results 1 - 16 of 16) 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.h100 const std::string& GetName() const { function in class:art::gc::accounting::ModUnionTable
H A Dspace_bitmap.h184 std::string GetName() const { function in class:art::gc::accounting::SpaceBitmap
/art/runtime/openjdkjvmti/
H A Dti_class_definition.h96 const std::string& GetName() const { function in class:openjdkjvmti::ArtClassDefinition
/art/runtime/ti/
H A Dagent.h53 const std::string& GetName() const { function in class:art::ti::Agent
/art/runtime/
H A Dmem_map.h122 const std::string& GetName() const { function in class:art::MemMap
H A Dart_method-inl.h262 inline const char* ArtMethod::GetName() { function in class:art::ArtMethod
H A Dclass_linker.cc779 CHECK_STREQ(pendingNext->GetName(), "pendingNext");
783 CHECK_STREQ(queue->GetName(), "queue");
787 CHECK_STREQ(queueNext->GetName(), "queueNext");
791 CHECK_STREQ(referent->GetName(), "referent");
795 CHECK_STREQ(zombie->GetName(), "zombie");
4449 ObjPtr<mirror::String> name = proxy_class->GetName();
4483 CHECK_STREQ(np->GetName(), "<init>");
4535 CHECK_STREQ(np->GetName(), prototype->GetName());
5720 const char* GetName() { function in class:art::FINAL
[all...]
/art/runtime/base/
H A Dtiming_logger.h95 const char* GetName() const { function in class:art::TimingLogger::Timing
H A Dmutex.h144 const char* GetName() const { function in class:art::BaseMutex
/art/runtime/gc/collector/
H A Dgarbage_collector.h141 const char* GetName() const { function in class:art::gc::collector::GarbageCollector
/art/runtime/gc/space/
H A Dspace.h87 const char* GetName() const { function in class:art::gc::space::Space
/art/runtime/mirror/
H A Dclass-inl.h683 inline String* Class::GetName() { function in class:art::mirror::Class
859 DCHECK_STREQ(field->GetName(), "interfaces");
868 DCHECK_STREQ(field->GetName(), "throws");
877 DCHECK_STREQ(field->GetName(), "disableIntrinsic");
885 DCHECK_STREQ(field->GetName(), "slowPathEnabled");
/art/dexlayout/
H A Ddex_ir.h711 StringId* GetName() const { return name_; } function in class:art::dex_ir::AnnotationElement

Completed in 286 milliseconds