Searched refs:InternalScopedBuffer (Results 1 – 22 of 22) sorted by relevance
75 class InternalScopedBuffer {77 explicit InternalScopedBuffer(uptr cnt) { in InternalScopedBuffer() function81 ~InternalScopedBuffer() { in ~InternalScopedBuffer()92 InternalScopedBuffer(const InternalScopedBuffer&);93 void operator=(const InternalScopedBuffer&);96 class InternalScopedString : public InternalScopedBuffer<char> {99 : InternalScopedBuffer<char>(max_length), length_(0) { in InternalScopedString()
30 InternalScopedBuffer<char> buff(GetPageSizeCached() * 2); in PrintStack()31 InternalScopedBuffer<AddressInfo> addr_frames(64); in PrintStack()
219 InternalScopedBuffer<char> block(cov_max_block_size); in CovWritePacked()249 InternalScopedBuffer<char> path(1024); in CovOpenFile()285 InternalScopedBuffer<char> module(4096); in CovDump()286 InternalScopedBuffer<char> path(4096 * 2); in CovDump()
45 InternalScopedBuffer<char> buf(4096); in OnLibraryLoaded()58 InternalScopedBuffer<char> module(4096); in OnLibraryLoaded()
68 InternalScopedBuffer<char> buffer_;
182 InternalScopedBuffer<char> buff(kMaxSummaryLength); in ReportErrorSummary()192 InternalScopedBuffer<char> buff(kMaxSummaryLength); in ReportErrorSummary()
267 InternalScopedBuffer<char> buffer(kMaxPathLength); in FindPathToBinary()293 InternalScopedBuffer<char> report_path_full(4096); in MaybeOpenReportFile()
74 InternalScopedBuffer<char> modules_data(kMaxNumberOfModules * in CovUpdateMapping()
163 InternalScopedBuffer<char> module_name(kMaxPathLength); in DumpListOfModules()
258 InternalScopedBuffer<backtrace_frame_t> frames(kStackTraceMax); in SlowUnwindStackWithContext()488 InternalScopedBuffer<char> module_name(kMaxPathLength); in dl_iterate_phdr_cb()
248 InternalScopedBuffer<char> module_name(kMaxPathLength); in DumpListOfModules()
238 InternalScopedBuffer<char> handler_stack_memory(kHandlerStackSize); in TracerThread()
206 InternalScopedBuffer<uptr> registers(SuspendedThreadsList::RegisterCount()); in ProcessThreads()475 InternalScopedBuffer<AddressInfo> addr_frames(kMaxAddrFrames); in GetSuppressionForAddr()598 InternalScopedBuffer<char> summary(kMaxSummaryLength); in PrintSummary()
111 InternalScopedBuffer<AddressInfo> addr_frames(kMaxAddrFrames); in SymbolizeCode()
49 InternalScopedBuffer<char> tmp(4*1024); in ReadFile()
166 InternalScopedBuffer<u64> marker(kMarkerSize); in MapRodata()
124 InternalScopedBuffer<char> buf(4096); in MemoryProfiler()146 InternalScopedBuffer<char> filename(4096); in BackgroundThread()
414 InternalScopedBuffer<uptr> stack(kShadowStackSize); in RestoreStack()679 InternalScopedBuffer<MutexSet> mset2(1); in ReportRace()
474 InternalScopedBuffer<StackTrace> stacks(2 * DDReport::kMaxLoopSize); in ReportDeadlock()
93 InternalScopedBuffer<char> new_name(buflen); in INTERCEPTOR()
398 InternalScopedBuffer<StackVarDescr> vars(n_objects); in DescribeAddressIfStack()
640 InternalScopedBuffer<int> int_buf(kSize); in TEST()643 InternalScopedBuffer<char> char_buf(kSize); in TEST()