Home
last modified time | relevance | path

Searched refs:location_str (Results 1 – 3 of 3) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dscudo.cpp167 const char* location_str; in DumpReport() local
171 location_str = "left of"; in DumpReport()
175 location_str = "into"; in DumpReport()
179 location_str = "right of"; in DumpReport()
190 error_type_str, diff, byte_suffix, location_str, report->allocation_size, in DumpReport()
Dgwp_asan.cpp187 const char* location_str; in DumpCause() local
191 location_str = "left of"; in DumpCause()
195 location_str = "into"; in DumpCause()
200 location_str = "right of"; in DumpCause()
214 error_string_, diff, byte_suffix, location_str, alloc_size, alloc_address); in DumpCause()
Dtombstone_proto.cpp159 const char* location_str; in set_human_readable_cause() local
163 location_str = "left of"; in set_human_readable_cause()
167 location_str = "into"; in set_human_readable_cause()
171 location_str = "right of"; in set_human_readable_cause()
183 error_type_str, diff, byte_suffix, location_str, heap_object.size(), heap_object.address())); in set_human_readable_cause()