Searched refs:InternalScopedBuffer (Results 1 – 13 of 13) sorted by relevance
96 class InternalScopedBuffer {98 explicit InternalScopedBuffer(uptr cnt) { in InternalScopedBuffer() function102 ~InternalScopedBuffer() { in ~InternalScopedBuffer()113 InternalScopedBuffer(const InternalScopedBuffer&);114 void operator=(const InternalScopedBuffer&);117 class InternalScopedString : public InternalScopedBuffer<char> {120 : InternalScopedBuffer<char>(max_length), length_(0) { in InternalScopedString()
69 InternalScopedBuffer<char> buffer_;
75 InternalScopedBuffer<LoadedModule> modules(kMaxNumberOfModules); in CovUpdateMapping()
140 InternalScopedBuffer<backtrace_frame_t> frames(kStackTraceMax); in SlowUnwindStackWithContext()
234 InternalScopedBuffer<LoadedModule> modules(kMaxNumberOfModules); in DumpProcessMap()238 InternalScopedBuffer<ModuleInfo> module_infos(num_modules); in DumpProcessMap()
532 InternalScopedBuffer<char> block(cov_max_block_size); in CovWritePacked()686 InternalScopedBuffer<u8> bitset(n); in DumpCounters()709 InternalScopedBuffer<char> out(size()); in DumpAsBitSet()
271 InternalScopedBuffer<char> handler_stack_memory(kHandlerStackSize); in TracerThread()
326 InternalScopedBuffer<char> buffer(kMaxPathLength); in FindPathToBinary()
169 InternalScopedBuffer<u64> marker(kMarkerSize); in MapRodata()
392 InternalScopedBuffer<uptr> stack(kShadowStackSize); in RestoreStack()616 InternalScopedBuffer<MutexSet> mset2(1); in ReportRace()
134 InternalScopedBuffer<char> buf(4096); in MemoryProfiler()
638 InternalScopedBuffer<int> int_buf(kSize); in TEST()641 InternalScopedBuffer<char> char_buf(kSize); in TEST()
178 InternalScopedBuffer<uptr> registers(SuspendedThreadsList::RegisterCount()); in ProcessThreads()