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_switch_impl.cc680 obj->PrettyTypeOf().c_str()); in ExecuteSwitchImplCpp()
1132 DCHECK(a->IsIntArray() || a->IsFloatArray()) << a->PrettyTypeOf(); in ExecuteSwitchImplCpp()
1151 DCHECK(a->IsLongArray() || a->IsDoubleArray()) << a->PrettyTypeOf(); in ExecuteSwitchImplCpp()
1265 DCHECK(a->IsIntArray() || a->IsFloatArray()) << a->PrettyTypeOf(); in ExecuteSwitchImplCpp()
1285 DCHECK(a->IsLongArray() || a->IsDoubleArray()) << a->PrettyTypeOf(); in ExecuteSwitchImplCpp()
Dunstarted_runtime.cc163 std::string type(mirror::Object::PrettyTypeOf(self->GetException())); in CheckExceptionGenerateClassNotFound()
219 mirror::Object::PrettyTypeOf(class_loader).c_str()); in UnstartedClassForNameCommon()
318 mirror::Object::PrettyTypeOf(self->GetException()).c_str()); in UnstartedClassNewInstance()
755 std::string type(mirror::Object::PrettyTypeOf(self->GetException())); in UnstartedVmClassLoaderFindLoadedClass()
Dinterpreter_common.h533 oss << "/" << ref_value->PrettyTypeOf(); in TraceExecution()
/art/runtime/
Djni_env_ext-inl.h43 << mirror::Object::PrettyTypeOf(obj) << ")\n"); in AddLocalReference()
Daot_class_linker.cc49 + 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()
Djni_env_ext.cc202 o->PrettyTypeOf().c_str()); in ComputeMonitorDescription()
206 const std::string pretty_type(o->PrettyTypeOf()); in ComputeMonitorDescription()
Dreflection.cc255 mirror::Object::PrettyTypeOf(arg.Get()).c_str()).c_str()); in BuildArgArrayFromObjectArray()
284 mirror::Object::PrettyTypeOf(arg.Get()).c_str()).c_str()); \ in BuildArgArrayFromObjectArray()
399 << argument->PrettyTypeOf() << " as argument " << (i + 1) in CheckMethodArguments()
787 o->PrettyTypeOf().c_str()).c_str()); in UnboxPrimitive()
791 o->PrettyTypeOf().c_str(), in UnboxPrimitive()
923 std::string actual_class_name(mirror::Object::PrettyTypeOf(o)); in InvalidReceiverError()
Dmonitor.cc659 mirror::Object::PrettyTypeOf(o).c_str(), in FailedUnlock()
666 mirror::Object::PrettyTypeOf(o).c_str(), in FailedUnlock()
675 mirror::Object::PrettyTypeOf(o).c_str(), in FailedUnlock()
684 mirror::Object::PrettyTypeOf(o).c_str(), in FailedUnlock()
690 mirror::Object::PrettyTypeOf(o).c_str(), in FailedUnlock()
Dcheck_jni.cc362 f->PrettyField().c_str(), o->PrettyTypeOf().c_str()); in CheckInstanceFieldID()
420 o->PrettyTypeOf().c_str()); in CheckMethodAndSig()
490 o->PrettyTypeOf().c_str()); in CheckVirtualMethod()
644 method->PrettyTypeOf().c_str(), jmethod); in CheckReflectedMethod()
673 field->PrettyTypeOf().c_str(), jfield); in CheckReflectedField()
684 "%s: %p", obj->PrettyTypeOf().c_str(), obj.Ptr()); in CheckThrowable()
772 field->PrettyField().c_str(), o->PrettyTypeOf().c_str(), fid); in CheckFieldAccess()
785 field->PrettyField().c_str(), o->PrettyTypeOf().c_str(), fid); in CheckFieldAccess()
889 AbortF("%s has wrong type: %s", what, mirror::Object::PrettyTypeOf(obj).c_str()); in CheckInstance()
1026 *msg += "INVALID NON-CLASS OBJECT OF TYPE:" + c->PrettyTypeOf(); in TracePossibleHeapValue()
[all …]
Dquick_exception_handler.cc151 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()
134 LOG(FATAL) << "Unknown array type: " << srcArray->PrettyTypeOf(); in System_arraycopy()
141 std::string srcType(srcArray->PrettyTypeOf()); in System_arraycopy()
142 std::string dstType(dstArray->PrettyTypeOf()); in System_arraycopy()
/art/runtime/mirror/
Dobject.cc280 std::string Object::PrettyTypeOf(ObjPtr<mirror::Object> obj) { in PrettyTypeOf() function in art::mirror::Object
284 return obj->PrettyTypeOf(); in PrettyTypeOf()
287 std::string Object::PrettyTypeOf() { in PrettyTypeOf() function in art::mirror::Object
Dobject_test.cc790 TEST_F(ObjectTest, PrettyTypeOf) { in TEST_F() argument
792 EXPECT_EQ("null", mirror::Object::PrettyTypeOf(nullptr)); in TEST_F()
796 EXPECT_EQ("java.lang.String", mirror::Object::PrettyTypeOf(s.Get())); in TEST_F()
799 EXPECT_EQ("short[]", mirror::Object::PrettyTypeOf(a.Get())); in TEST_F()
804 EXPECT_EQ("java.lang.String[]", mirror::Object::PrettyTypeOf(o)); in TEST_F()
805 EXPECT_EQ("java.lang.Class<java.lang.String[]>", mirror::Object::PrettyTypeOf(o->GetClass())); in TEST_F()
Dthrowable.cc91 std::string result(PrettyTypeOf()); in Dump()
Dobject_array-inl.h332 std::string actualSrcType(mirror::Object::PrettyTypeOf(o)); in AssignableCheckingMemcpy()
333 std::string dstType(PrettyTypeOf()); in AssignableCheckingMemcpy()
Dobject.h677 static std::string PrettyTypeOf(ObjPtr<mirror::Object> obj)
679 std::string PrettyTypeOf()
Dclass-inl.h49 DCHECK((!IsVariableSize<kVerifyFlags, kReadBarrierOption>())) << "class=" << PrettyTypeOf(); in GetObjectSize()
56 DCHECK((!IsVariableSize<kVerifyFlags, kReadBarrierOption>())) << "class=" << PrettyTypeOf(); in GetObjectSizeAllocFastPath()
Dclass.cc253 LOG(FATAL) << "class=" << PrettyTypeOf(); in SetClassSize()
1451 result += mirror::Object::PrettyTypeOf(GetClassLoader()); in PrettyClassAndClassLoader()
/art/runtime/gc/
Dverification.cc204 oss << info.ToString() << " = " << obj << "(" << obj->PrettyTypeOf() << ")"; in VisitRoot()
233 oss << pair.second << " -> " << obj << "(" << obj->PrettyTypeOf() << ")." << pair2.second; in FirstPathFromRootSet()
Dheap.cc2796 LOG(ERROR) << "Root " << root << " is dead with type " << mirror::Object::PrettyTypeOf(root) in VisitRoot()
2823 LOG(ERROR) << "Obj type " << obj->PrettyTypeOf(); in VerifyReference()
2843 LOG(ERROR) << "Ref type " << ref->PrettyTypeOf(); in VerifyReference()
3045 LOG(ERROR) << "Object " << obj << " " << mirror::Object::PrettyTypeOf(obj) in operator ()()
3046 << " references " << ref << " " << mirror::Object::PrettyTypeOf(ref) in operator ()()
/art/runtime/gc/collector/
Dconcurrent_copying.cc511 << mirror::Object::PrettyTypeOf(ref) << " in holder " << holder << " " in CheckReference()
512 << mirror::Object::PrettyTypeOf(holder) << " offset=" << offset.Uint32Value(); in CheckReference()
579 << holder_->PrettyTypeOf() << "(" << holder_.Ptr() << ") references object " in CheckReference()
580 << ref->PrettyTypeOf() << "(" << ref << ") in newly allocated region at offset=" << offset; in CheckReference()
1073 << " " << to_ref << " " << mirror::Object::PrettyTypeOf(to_ref); in PushOntoMarkStack()
1164 << "Ref " << ref << " " << ref->PrettyTypeOf() in operator ()()
1644 LOG(INFO) << "On mark queue : " << obj << " " << obj->PrettyTypeOf() << " rb_state=" in CheckEmptyMarkStack()
1647 LOG(INFO) << "On mark queue : " << obj << " " << obj->PrettyTypeOf() in CheckEmptyMarkStack()
1989 LOG(INFO) << "holder=" << obj << " " << obj->PrettyTypeOf() in LogFromSpaceRefHolder()
1992 LOG(INFO) << "holder=" << obj << " " << obj->PrettyTypeOf(); in LogFromSpaceRefHolder()
[all …]
/art/runtime/entrypoints/
Dentrypoint_utils.cc53 o->PrettyTypeOf().c_str(), in CheckReferenceResult()
/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 ()()

12