Home
last modified time | relevance | path

Searched refs:GetName (Results 51 – 75 of 103) sorted by relevance

12345

/art/libartbase/base/
Dmem_map.h225 const std::string& GetName() const { in GetName() function
Dmem_map.cc931 it->second->GetName() == map->GetName() && in DumpMapsLocked()
956 os << " prot=0x" << std::hex << map->GetProtect() << " " << map->GetName() << "]" << std::endl; in DumpMapsLocked()
1202 mem_map.GetName().c_str()); in operator <<()
Dbit_table.h210 const char* GetName() const { in GetName() function
/art/runtime/gc/accounting/
Dspace_bitmap-inl.h216 << bitmap.GetName() << "["
Dmod_union_table.cc286 LOG(INFO) << "FromSpace " << from_space->GetName() << " type " in operator ()()
288 LOG(INFO) << "ToSpace " << to_space->GetName() << " type " in operator ()()
/art/runtime/gc/space/
Dbump_pointer_space.cc95 os << GetName() << " " in Dump()
Dspace.h86 const char* GetName() const { in GetName() function
/art/tools/jvmti-agents/titrace/
Dtitrace.cc140 const char* opcode_name = instruction_decoder_->GetName(i); in Log()
/art/runtime/native/
Djava_lang_Class.cc383 size_t field_length = strlen(field.GetName()); in FindFieldByName()
385 result = memcmp(field.GetName(), data_compressed, min_size); in FindFieldByName()
390 result = CompareModifiedUtf8ToUtf16AsCodePointValues(field.GetName(), data, length); in FindFieldByName()
404 CHECK_NE(field.GetName(), name->ToModifiedUtf8()); in FindFieldByName()
/art/runtime/gc/
Dreference_processor.cc58 DCHECK_STREQ(field->GetName(), "slowPathEnabled"); in GetSlowPathFlagOffset()
Dheap.cc1366 return (space != nullptr) ? space->GetName() : "no space"; in DumpSpaceNameFromAddress()
2723 LOG(INFO) << gc_cause << " " << collector->GetName() in LogGC()
3069 mod_union_table->Dump(LOG_STREAM(ERROR) << mod_union_table->GetName() << ": "); in VerifyHeapReferences()
3074 remembered_set->Dump(LOG_STREAM(ERROR) << remembered_set->GetName() << ": "); in VerifyHeapReferences()
3308 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed with " << failures in PreGcVerificationPaused()
3318 CHECK(VerifyMissingCardMarks()) << "Pre " << gc->GetName() in PreGcVerificationPaused()
3366 LOG(FATAL) << "Pre sweeping " << gc->GetName() << " GC verification failed with " << failures in PreSweepingGcVerification()
3396 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed with " << failures in PostGcVerificationPaused()
3413 VLOG(heap) << name << " : " << space->GetName(); in RosAllocVerification()
/art/runtime/
Dart_field.h204 const char* GetName() REQUIRES_SHARED(Locks::mutator_lock_);
Dart_method-inl.h197 inline const char* ArtMethod::GetName() { in GetName() function
Dart_method.cc814 result += GetName(); in PrettyMethod()
829 return GetJniShortName(GetDeclaringClassDescriptor(), GetName()); in JniShortName()
Ddebugger.cc990 method_names.Add(m->GetName(), false); in GetRecentAllocations()
1069 size_t method_name_index = method_names.IndexOf(m->GetName()); in GetRecentAllocations()
Dart_field-inl.h287 inline const char* ArtField::GetName() REQUIRES_SHARED(Locks::mutator_lock_) { in GetName() function
Dhidden_api_test.cc461 if (strcmp("method", m.GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetName()) == 0) { in TEST_F()
472 if (strcmp("interfaces", f->GetName()) == 0) { in TEST_F()
/art/runtime/interpreter/mterp/
Dnterp.cc252 resolved_method->GetName(), in NterpGetMethod()
268 resolved_method->GetName(), in NterpGetMethod()
/art/openjdkjvmti/
Dti_redefine.cc703 os << "Failed to create anonymous mmap for modified dex file of class " << def.GetName() in AddRedefinition()
712 std::string name = map.GetName(); in AddRedefinition()
722 os << "Unable to load modified dex file for " << def.GetName() << ": " << *error_msg_; in AddRedefinition()
2564 const art::dex::StringId* new_name_id = dex_file_->FindStringId(method.GetName()); in UpdateMethods()
2599 const art::dex::StringId* new_name_id = dex_file_->FindStringId(field.GetName()); in UpdateFields()
2619 (*field_map)[&f] = new_cls->FindDeclaredStaticField(f.GetName(), f.GetTypeDescriptor()); in CollectNewFieldAndMethodMappings()
2622 (*field_map)[&f] = new_cls->FindDeclaredInstanceField(f.GetName(), f.GetTypeDescriptor()); in CollectNewFieldAndMethodMappings()
2684 (is_static ? target_class->FindDeclaredStaticField(f.GetName(), f.GetTypeDescriptor()) in CopyFields()
2685 : target_class->FindDeclaredInstanceField(f.GetName(), f.GetTypeDescriptor())); in CopyFields()
2869 return std::string_view(f.GetName()) == std::string_view(field_or_method->GetName()) && in UpdateClassStructurally()
Dti_field.cc149 const char* field_name = art_field->GetName(); in GetFieldName()
/art/runtime/hprof/
Dhprof.cc714 __ AddStringId(LookupStringId(method->GetName())); in WriteStackTraces()
1372 return std::string("$class$") + field.GetName(); in DumpHeapClass()
1384 return field.GetName(); in DumpHeapClass()
1403 __ AddStringId(LookupStringId(f->GetName())); in DumpHeapClass()
/art/runtime/base/
Dmutex.h78 const char* GetName() const { in GetName() function
Dmutex.cc164 mutex->GetName(), owner_tid); in ScopedContentionRecorder()
577 LOG(FATAL) << GetName() << " level=" << level_ << " self=" << name1 in ExclusiveUnlock()
/art/runtime/mirror/
Dclass-inl.h772 inline ObjPtr<String> Class::GetName() { in GetName() function
899 DCHECK_STREQ(field->GetName(), "interfaces"); in GetProxyInterfaces()
908 DCHECK_STREQ(field->GetName(), "throws"); in GetProxyThrows()
/art/compiler/utils/
Dassembler_test.h356 std::string (AssemblerTest::*GetName)(const RegType&), in RepeatTemplatedRegisterImmBits()
370 std::string reg_string = (this->*GetName)(*reg); in RepeatTemplatedRegisterImmBits()
1238 std::string (AssemblerTest::*GetName)(const RegType&), in RepeatTemplatedRegister()
1247 std::string reg_string = (this->*GetName)(*reg); in RepeatTemplatedRegister()

12345