Home
last modified time | relevance | path

Searched refs:GetName (Results 76 – 100 of 103) sorted by relevance

12345

/art/runtime/gc/space/
Dimage_space.cc3165 space->GetName(), in OpenOatFile()
3177 space->GetName()); in OpenOatFile()
3194 space->GetName()); in OpenOatFile()
3205 space->GetName()); in OpenOatFile()
3220 space->GetName(), in OpenOatFile()
3232 space->GetName(), in OpenOatFile()
3751 << ",name=\"" << GetName() << "\"]"; in Dump()
Dregion_space.cc813 os << GetName() << " " in Dump()
/art/runtime/gc/collector/
Dsemi_space.cc306 << "Space " << space->GetName(); in MarkReachableObjects()
Dmark_sweep.cc465 << " field=" << (field != nullptr ? field->GetName() : "nullptr") in operator ()()
/art/compiler/debug/
Delf_debug_info_writer.h384 WriteName(field->GetName()); in Write()
/art/runtime/
Dclass_linker.cc1146 CHECK_STREQ(pendingNext->GetName(), "pendingNext"); in FinishInit()
1150 CHECK_STREQ(queue->GetName(), "queue"); in FinishInit()
1154 CHECK_STREQ(queueNext->GetName(), "queueNext"); in FinishInit()
1158 CHECK_STREQ(referent->GetName(), "referent"); in FinishInit()
1162 CHECK_STREQ(zombie->GetName(), "zombie"); in FinishInit()
5285 CHECK_STREQ(np->GetName(), "<init>"); in CheckProxyConstructor()
6401 const char* GetName() { in GetName() function in art::MethodNameAndSignatureComparator
6416 GetName(); // Only used to make sure its calculated. in HasSameNameAndSignature()
6453 const char* name = local_method->GetInterfaceMethodIfProxy(image_pointer_size_)->GetName(); in Add()
6467 const char* name = comparator->GetName(); in FindAndRemove()
[all …]
Dart_method.h642 ALWAYS_INLINE const char* GetName() REQUIRES_SHARED(Locks::mutator_lock_);
Dtrace.cc840 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), method->GetName(), in GetMethodLine()
Dthread.cc1951 os << " \"" << mutex->GetName() << "\""; in DumpState()
2865 class_name_object.Assign(method->GetDeclaringClass()->GetName()); in CreateStackTraceElement()
2896 const char* method_name = method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetName(); in CreateStackTraceElement()
/art/compiler/optimizing/
Dreference_type_propagation.cc304 DCHECK_EQ(std::string(field->GetName()), "shadow$_klass_"); in BoundTypeForClassCheck()
Dinliner.cc806 DCHECK_EQ(std::string(field->GetName()), "shadow$_klass_"); in BuildGetReceiverClass()
Dinstruction_simplifier.cc1549 DCHECK_EQ(std::string(field->GetName()), "shadow$_klass_"); in RecognizeAndSimplifyClassCheck()
/art/runtime/interpreter/
Dunstarted_runtime.cc341 if (name2->Equals(field.GetName())) { in UnstartedClassGetDeclaredField()
348 if (name2->Equals(field.GetName())) { in UnstartedClassGetDeclaredField()
Dinterpreter_common.cc1363 new_shadow_frame->GetMethod()->GetName(), shorty_pos, in DoCallCommon()
/art/dexlayout/
Ddex_writer.cc203 stream->WriteUleb128(annotation_element->GetName()->GetIndex()); in WriteEncodedAnnotation()
Ddex_ir.h838 StringId* GetName() const { return name_; } in GetName() function
Ddexlayout.cc497 fputs(subannotation->GetName()->Data(), out_file_); in DumpEncodedAnnotation()
/art/dex2oat/
Dverifier_deps_test.cc165 if (method_name == resolved_method->GetName()) { in VerifyMethod()
Ddex2oat.cc2264 PLOG(ERROR) << "Failed to Sync() dex2dex output. Map: " << map.GetName(); in WriteOutputFiles()
/art/openjdkjvmti/
Dti_class.cc115 std::string map_name = map.GetName(); in MakeSingleDexFile()
Dti_method.cc326 const char* method_name = art_method->GetName(); in GetMethodName()
/art/runtime/mirror/
Dclass.h393 ObjPtr<String> GetName() REQUIRES_SHARED(Locks::mutator_lock_); // Returns the cached name.
/art/profman/
Dprofile_assistant_test.cc318 if (name == m.GetName()) { in GetVirtualMethod()
/art/runtime/dex/
Ddex_file_annotations.cc1058 annotation = SearchEncodedAnnotation(*dex_file, annotation, method->GetName()); in GetAnnotationDefaultValue()
/art/runtime/verifier/
Dmethod_verifier.cc4314 << "." << res_method->GetName() in VerifyInvocationArgs()
4336 const char* method_name = method->GetName(); in CheckSignaturePolymorphicMethod()

12345