Searched refs:InternalScopedString (Results 1 – 11 of 11) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_coverage_mapping_libcdep.cc | 73 InternalScopedString text(kMaxTextSize); in CovUpdateMapping() 98 InternalScopedString tmp_path(64 + in CovUpdateMapping() 117 InternalScopedString path(64 + internal_strlen(common_flags()->coverage_dir)); in CovUpdateMapping()
|
D | sanitizer_stacktrace_libcdep.cc | 20 static void PrintStackFramePrefix(InternalScopedString *buffer, uptr frame_num, in PrintStackFramePrefix() 32 InternalScopedString frame_desc(GetPageSizeCached() * 2); in PrintStack()
|
D | sanitizer_common.h | 96 class InternalScopedString : public InternalScopedBuffer<char> { 98 explicit InternalScopedString(uptr max_length) in InternalScopedString() function 173 void PrintSourceLocation(InternalScopedString *buffer, const char *file, 175 void PrintModuleAndOffset(InternalScopedString *buffer,
|
D | sanitizer_common.cc | 160 void PrintSourceLocation(InternalScopedString *buffer, const char *file, in PrintSourceLocation() 172 void PrintModuleAndOffset(InternalScopedString *buffer, const char *module, in PrintModuleAndOffset()
|
D | sanitizer_printf.cc | 314 void InternalScopedString::append(const char *format, ...) { in append()
|
D | sanitizer_posix.cc | 324 InternalScopedString buff(4096); in GetCodeRangeForFile()
|
D | sanitizer_coverage_libcdep.cc | 97 InternalScopedString path(1024); in DirectOpen()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_common_test.cc | 202 TEST(SanitizerCommon, InternalScopedString) { in TEST() argument 203 InternalScopedString str(10); in TEST() 230 InternalScopedString str(128); in TEST() 252 InternalScopedString str(128); in TEST()
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 92 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() 99 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes() 113 static void PrintLegend(InternalScopedString *str) { in PrintLegend() 154 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress() 204 static void PrintGlobalNameIfASCII(InternalScopedString *str, in PrintGlobalNameIfASCII() 224 static void PrintGlobalLocation(InternalScopedString *str, in PrintGlobalLocation() 240 InternalScopedString str(4096); in DescribeAddressRelativeToGlobal() 330 InternalScopedString str(1024); in PrintAccessAndVarIntersection() 438 InternalScopedString str(4096); in DescribeAccessToHeapChunk() 527 InternalScopedString str(1024); in DescribeThread() [all …]
|
D | asan_fake_stack.cc | 62 InternalScopedString str(kNumberOfSizeClasses * 50); in Destroy()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 109 InternalScopedString LocBuffer(1024); in renderLocation()
|