Home
last modified time | relevance | path

Searched refs:PrettyTypeOf (Results 1 – 25 of 35) sorted by relevance

12

/art/runtime/interpreter/
Dlock_count_data.cc66 const_cast<mirror::Object*>(obj)->PrettyTypeOf().c_str()); in RemoveMonitorOrThrow()
100 mirror::Object::PrettyTypeOf(first).c_str()); in CheckAllMonitorsReleasedOrThrow()
Dinterpreter_common.h525 + obj->PrettyTypeOf() + " since it does not belong to clinit's class."); in DoFieldGet()
646 runtime->AbortTransactionAndThrowAbortError(self, base_msg + obj->PrettyTypeOf()); in CheckWriteConstraint()
993 oss << "/" << ref_value->PrettyTypeOf(); in TraceExecution()
Dunstarted_runtime.cc167 std::string type(mirror::Object::PrettyTypeOf(self->GetException())); in CheckExceptionGenerateClassNotFound()
231 mirror::Object::PrettyTypeOf(class_loader).c_str()); in UnstartedClassForNameCommon()
329 mirror::Object::PrettyTypeOf(self->GetException()).c_str()); in UnstartedClassNewInstance()
763 std::string type(mirror::Object::PrettyTypeOf(self->GetException())); in UnstartedVmClassLoaderFindLoadedClass()
/art/runtime/jni/
Djni_env_ext-inl.h43 << mirror::Object::PrettyTypeOf(obj) << ")\n"); in AddLocalReference()
Djni_env_ext.cc203 o->PrettyTypeOf().c_str()); in ComputeMonitorDescription()
207 const std::string pretty_type(o->PrettyTypeOf()); in ComputeMonitorDescription()
Dcheck_jni.cc365 f->PrettyField().c_str(), o->PrettyTypeOf().c_str()); in CheckInstanceFieldID()
423 o->PrettyTypeOf().c_str()); in CheckMethodAndSig()
493 o->PrettyTypeOf().c_str()); in CheckVirtualMethod()
649 method->PrettyTypeOf().c_str(), jmethod); in CheckReflectedMethod()
678 field->PrettyTypeOf().c_str(), jfield); in CheckReflectedField()
689 "%s: %p", obj->PrettyTypeOf().c_str(), obj.Ptr()); in CheckThrowable()
777 field->PrettyField().c_str(), o->PrettyTypeOf().c_str(), fid); in CheckFieldAccess()
790 field->PrettyField().c_str(), o->PrettyTypeOf().c_str(), fid); in CheckFieldAccess()
894 AbortF("%s has wrong type: %s", what, mirror::Object::PrettyTypeOf(obj).c_str()); in CheckInstance()
1031 *msg += "INVALID NON-CLASS OBJECT OF TYPE:" + c->PrettyTypeOf(); in TracePossibleHeapValue()
[all …]
/art/runtime/
Daot_class_linker.cc64 runtime->AbortTransactionAndThrowAbortError(self, "Can't initialize " + klass->PrettyTypeOf() in InitializeClass()
74 + klass->PrettyTypeOf() + " because it is an uninitialized boot class."); in InitializeClass()
83 + klass->PrettyTypeOf() + " because it's superclass is not initialized."); in InitializeClass()
Dreference_table.cc98 std::string className(obj->PrettyTypeOf()); in DumpSummaryLine()
188 std::string className(ref->PrettyTypeOf()); in Dump()
207 extras = StringPrintf(" (referent is a %s)", referent->PrettyTypeOf().c_str()); in Dump()
Dreflection.cc257 mirror::Object::PrettyTypeOf(arg.Get()).c_str()).c_str()); in BuildArgArrayFromObjectArray()
286 mirror::Object::PrettyTypeOf(arg.Get()).c_str()).c_str()); \ in BuildArgArrayFromObjectArray()
401 << argument->PrettyTypeOf() << " as argument " << (i + 1) in CheckMethodArguments()
899 o->PrettyTypeOf().c_str()).c_str()); in UnboxPrimitive()
903 o->PrettyTypeOf().c_str(), in UnboxPrimitive()
1035 std::string actual_class_name(mirror::Object::PrettyTypeOf(o)); in InvalidReceiverError()
Dmonitor.cc703 mirror::Object::PrettyTypeOf(o).c_str(), in FailedUnlock()
710 mirror::Object::PrettyTypeOf(o).c_str(), in FailedUnlock()
719 mirror::Object::PrettyTypeOf(o).c_str(), in FailedUnlock()
728 mirror::Object::PrettyTypeOf(o).c_str(), in FailedUnlock()
734 mirror::Object::PrettyTypeOf(o).c_str(), in FailedUnlock()
Dquick_exception_handler.cc162 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf() in FindCatch()
/art/runtime/native/
Djava_lang_System.cc44 std::string actualType(mirror::Object::PrettyTypeOf(array)); in ThrowArrayStoreException_NotAnArray()
138 LOG(FATAL) << "Unknown array type: " << srcArray->PrettyTypeOf(); in System_arraycopy()
145 std::string srcType(srcArray->PrettyTypeOf()); in System_arraycopy()
146 std::string dstType(dstArray->PrettyTypeOf()); in System_arraycopy()
/art/runtime/mirror/
Dobject.cc278 std::string Object::PrettyTypeOf(ObjPtr<mirror::Object> obj) { in PrettyTypeOf() function in art::mirror::Object
279 return (obj == nullptr) ? "null" : obj->PrettyTypeOf(); in PrettyTypeOf()
282 std::string Object::PrettyTypeOf() { in PrettyTypeOf() function in art::mirror::Object
Dthrowable.cc96 std::string result(PrettyTypeOf()); in Dump()
Dobject_array-inl.h305 std::string actualSrcType(mirror::Object::PrettyTypeOf(o)); in AssignableCheckingMemcpy()
306 std::string dstType(PrettyTypeOf()); in AssignableCheckingMemcpy()
Dobject_test.cc853 TEST_F(ObjectTest, PrettyTypeOf) { in TEST_F() argument
855 EXPECT_EQ("null", mirror::Object::PrettyTypeOf(nullptr)); in TEST_F()
859 EXPECT_EQ("java.lang.String", mirror::Object::PrettyTypeOf(s.Get())); in TEST_F()
862 EXPECT_EQ("short[]", mirror::Object::PrettyTypeOf(a.Get())); in TEST_F()
867 EXPECT_EQ("java.lang.String[]", mirror::Object::PrettyTypeOf(o)); in TEST_F()
868 EXPECT_EQ("java.lang.Class<java.lang.String[]>", mirror::Object::PrettyTypeOf(o->GetClass())); in TEST_F()
Dobject.h660 static std::string PrettyTypeOf(ObjPtr<mirror::Object> obj)
662 std::string PrettyTypeOf()
Dclass-inl.h51 DCHECK((!IsVariableSize<kVerifyFlags>())) << "class=" << PrettyTypeOf(); in GetObjectSize()
58 DCHECK((!IsVariableSize<kVerifyFlags>())) << "class=" << PrettyTypeOf(); in GetObjectSizeAllocFastPath()
Dclass.cc357 LOG(FATAL) << "class=" << PrettyTypeOf(); in SetClassSize()
1672 result += mirror::Object::PrettyTypeOf(GetClassLoader()); in PrettyClassAndClassLoader()
/art/runtime/gc/
Dverification.cc206 oss << info.ToString() << " = " << obj << "(" << obj->PrettyTypeOf() << ")"; in VisitRoot()
235 oss << pair.second << " -> " << obj << "(" << obj->PrettyTypeOf() << ")." << pair2.second; in FirstPathFromRootSet()
Dheap.cc2864 LOG(ERROR) << "Root " << root << " is dead with type " << mirror::Object::PrettyTypeOf(root) in VisitRoot()
2893 LOG(ERROR) << "Obj type " << obj->PrettyTypeOf(); in VerifyReference()
2913 LOG(ERROR) << "Ref type " << ref->PrettyTypeOf(); in VerifyReference()
3118 LOG(ERROR) << "Object " << obj << " " << mirror::Object::PrettyTypeOf(obj) in operator ()()
3119 << " references " << ref << " " << mirror::Object::PrettyTypeOf(ref) in operator ()()
/art/runtime/gc/collector/
Dconcurrent_copying.cc627 << mirror::Object::PrettyTypeOf(ref) << " in holder " << holder << " " in CheckReference()
628 << mirror::Object::PrettyTypeOf(holder) << " offset=" << offset.Uint32Value(); in CheckReference()
696 << holder_->PrettyTypeOf() << "(" << holder_.Ptr() << ") references object " in CheckReference()
697 << ref->PrettyTypeOf() << "(" << ref << ") in newly allocated region at offset=" << offset; in CheckReference()
1799 << " " << to_ref << " " << mirror::Object::PrettyTypeOf(to_ref); in PushOntoMarkStack()
1891 << "Ref " << ref << " " << ref->PrettyTypeOf() << " has gray rb_state"; in operator ()()
2213 << " type=" << to_ref->PrettyTypeOf() in ProcessMarkStackRef()
2304 << " type=" << to_ref->PrettyTypeOf() in ProcessMarkStackRef()
2427 LOG(INFO) << "On mark queue : " << obj << " " << obj->PrettyTypeOf() << " rb_state=" in CheckEmptyMarkStack()
2430 LOG(INFO) << "On mark queue : " << obj << " " << obj->PrettyTypeOf() in CheckEmptyMarkStack()
[all …]
/art/runtime/gc/accounting/
Dmod_union_table.cc282 LOG(INFO) << "Object " << reinterpret_cast<const void*>(obj) << "(" << obj->PrettyTypeOf() in operator ()()
284 << reinterpret_cast<const void*>(ref) << "(" << mirror::Object::PrettyTypeOf(ref) in operator ()()
/art/runtime/entrypoints/
Dentrypoint_utils.cc54 o->PrettyTypeOf().c_str(), in CheckReferenceResult()
/art/perfetto_hprof/
Dperfetto_hprof.cc598 type_proto->set_class_name(obj->PrettyTypeOf()); in DumpPerfetto()

12