Home
last modified time | relevance | path

Searched defs:stack_size_log (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_fake_stack.h71 static uptr SizeRequiredForFlags(uptr stack_size_log) { in SizeRequiredForFlags()
76 static uptr SizeRequiredForFrames(uptr stack_size_log) { in SizeRequiredForFrames()
81 static uptr RequiredSize(uptr stack_size_log) { in RequiredSize()
92 static uptr FlagsOffset(uptr stack_size_log, uptr class_id) { in FlagsOffset()
98 static uptr NumberOfFrames(uptr stack_size_log, uptr class_id) { in NumberOfFrames()
103 static uptr ModuloNumberOfFrames(uptr stack_size_log, uptr class_id, uptr n) { in ModuloNumberOfFrames()
108 u8 *GetFlags(uptr stack_size_log, uptr class_id) { in GetFlags()
114 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { in GetFrame()
151 uptr stack_size_log() const { return stack_size_log_; } in stack_size_log() function
Dasan_fake_stack.cc45 FakeStack *FakeStack::Create(uptr stack_size_log) { in Create()
88 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, in Allocate()
117 uptr stack_size_log = this->stack_size_log(); in AddrIsInFakeStack() local
Dasan_thread.cc204 uptr stack_size_log = Log2(RoundUpToPowerOfTwo(stack_size)); in AsyncSignalSafeLazyInitFakeStack() local
/external/compiler-rt/lib/asan/tests/
Dasan_fake_stack_test.cc47 for (uptr stack_size_log = 15; stack_size_log <= 20; stack_size_log++) { in TEST() local
65 for (uptr stack_size_log = 20; stack_size_log <= 22; stack_size_log++) { in TEST() local
94 const uptr stack_size_log = 20; in TEST() local
107 const uptr stack_size_log = 19; in TEST() local
146 const uptr stack_size_log = 16; in TEST() local