Searched refs:InternalScopedBuffer (Results 1 – 14 of 14) sorted by relevance
119 class InternalScopedBuffer {121 explicit InternalScopedBuffer(uptr cnt) { in InternalScopedBuffer() function125 ~InternalScopedBuffer() { in ~InternalScopedBuffer()136 InternalScopedBuffer(const InternalScopedBuffer&);137 void operator=(const InternalScopedBuffer&);140 class InternalScopedString : public InternalScopedBuffer<char> {143 : InternalScopedBuffer<char>(max_length), length_(0) { in InternalScopedString()
73 InternalScopedBuffer<char> buffer_;
150 InternalScopedBuffer<backtrace_frame_t> frames(kStackTraceMax); in SlowUnwindStackWithContext()
558 InternalScopedBuffer<char> block(cov_max_block_size); in CovWritePacked()714 InternalScopedBuffer<u8> bitset(n); in DumpCounters()737 InternalScopedBuffer<char> out(size()); in DumpAsBitSet()
275 InternalScopedBuffer<char> handler_stack_memory(kHandlerStackSize); in TracerThread()
350 InternalScopedBuffer<char> buffer(kMaxPathLength); in FindPathToBinary()
328 InternalScopedBuffer<ModuleInfo> module_infos(num_modules); in DumpProcessMap()
44 InternalScopedBuffer<char> path(kMaxPathLength); in OpenStatsFile()
71 InternalScopedBuffer<char> StackMap(SigAltStackSize); in runSideline()
166 InternalScopedBuffer<u64> marker(kMarkerSize); in MapRodata()
140 InternalScopedBuffer<char> buf(4096); in MemoryProfiler()
648 InternalScopedBuffer<int> int_buf(kSize); in TEST()651 InternalScopedBuffer<char> char_buf(kSize); in TEST()
190 InternalScopedBuffer<uptr> registers(SuspendedThreadsList::RegisterCount()); in ProcessThreads()
696 InternalScopedBuffer<char> buffer_copy(kErrorMessageBufferSize); in ~ScopedInErrorReport()