Home
last modified time | relevance | path

Searched refs:pretty_type (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Djni_env_ext.cc206 const std::string pretty_type(o->PrettyTypeOf()); in ComputeMonitorDescription() local
207 return StringPrintf("<0x%08x> (a %s)", o->IdentityHashCode(), pretty_type.c_str()); in ComputeMonitorDescription()
Dthread.cc1891 const std::string pretty_type(obj->PrettyTypeOf()); in PrintObject() local
1892 os << msg << StringPrintf("<0x%08x> (a %s)", obj->IdentityHashCode(), pretty_type.c_str()); in PrintObject()