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

/art/compiler/dex/
H A Dpass.h47 virtual const char* GetName() const { function in class:art::Pass
/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.h87 const std::string& GetName() const { function in class:art::gc::accounting::ModUnionTable
H A Dspace_bitmap.h175 std::string GetName() const { function in class:art::gc::accounting::SpaceBitmap
/art/runtime/
H A Dmem_map.h90 const std::string& GetName() const { function in class:art::MemMap
/art/compiler/llvm/
H A Dintrinsic_helper.h117 static const char* GetName(IntrinsicId id) { function in class:art::llvm::IntrinsicHelper
/art/runtime/base/
H A Dtiming_logger.h95 const char* GetName() const { function in class:art::TimingLogger::Timing
H A Dmutex.h129 const char* GetName() const { function in class:art::BaseMutex
/art/runtime/gc/collector/
H A Dgarbage_collector.h123 const char* GetName() const { function in class:art::gc::collector::GarbageCollector
/art/runtime/gc/space/
H A Dspace.h85 const char* GetName() const { function in class:art::gc::space::Space
/art/runtime/mirror/
H A Dart_method-inl.h431 inline const char* ArtMethod::GetName() { function in class:art::mirror::ArtMethod
H A Dclass-inl.h499 inline String* Class::GetName() { function in class:art::mirror::Class
677 DCHECK_STREQ(GetSFields()->Get(0)->GetName(), "interfaces");
686 DCHECK_STREQ(GetSFields()->Get(1)->GetName(), "throws");
695 DCHECK_STREQ(GetSFields()->Get(0)->GetName(), "disableIntrinsic");
703 DCHECK_STREQ(GetSFields()->Get(1)->GetName(), "slowPathEnabled");

Completed in 2368 milliseconds