Searched defs:stack_size_log (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_fake_stack.h | 71 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
|
D | asan_fake_stack.cc | 45 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
|
D | asan_thread.cc | 204 uptr stack_size_log = Log2(RoundUpToPowerOfTwo(stack_size)); in AsyncSignalSafeLazyInitFakeStack() local
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_fake_stack.h | 70 static uptr SizeRequiredForFlags(uptr stack_size_log) { in SizeRequiredForFlags() 75 static uptr SizeRequiredForFrames(uptr stack_size_log) { in SizeRequiredForFrames() 80 static uptr RequiredSize(uptr stack_size_log) { in RequiredSize() 91 static uptr FlagsOffset(uptr stack_size_log, uptr class_id) { in FlagsOffset() 97 static uptr NumberOfFrames(uptr stack_size_log, uptr class_id) { in NumberOfFrames() 102 static uptr ModuloNumberOfFrames(uptr stack_size_log, uptr class_id, uptr n) { in ModuloNumberOfFrames() 107 u8 *GetFlags(uptr stack_size_log, uptr class_id) { in GetFlags() 113 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { in GetFrame() 150 uptr stack_size_log() const { return stack_size_log_; } in stack_size_log() function
|
D | asan_fake_stack.cpp | 44 FakeStack *FakeStack::Create(uptr stack_size_log) { in Create() 87 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, in Allocate() 116 uptr stack_size_log = this->stack_size_log(); in AddrIsInFakeStack() local
|
D | asan_thread.cpp | 207 uptr stack_size_log = Log2(RoundUpToPowerOfTwo(stack_size)); in AsyncSignalSafeLazyInitFakeStack() local
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_fake_stack_test.cc | 47 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
|
/external/llvm-project/compiler-rt/lib/asan/tests/ |
D | asan_fake_stack_test.cpp | 46 for (uptr stack_size_log = 15; stack_size_log <= 20; stack_size_log++) { in TEST() local 64 for (uptr stack_size_log = 20; stack_size_log <= 22; stack_size_log++) { in TEST() local 93 const uptr stack_size_log = 20; in TEST() local 106 const uptr stack_size_log = 19; in TEST() local 145 const uptr stack_size_log = 16; in TEST() local
|