Searched refs:bottom_old (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_thread.cpp | 111 void MsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { in FinishSwitchFiber() argument 113 if (bottom_old) in FinishSwitchFiber() 114 *bottom_old = stack_.bottom; in FinishSwitchFiber()
|
D | msan_thread.h | 43 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
|
D | msan_interface_internal.h | 195 void __msan_finish_switch_fiber(const void **bottom_old, uptr *size_old);
|
D | msan.cpp | 706 void __msan_finish_switch_fiber(const void **bottom_old, uptr *size_old) { in __msan_finish_switch_fiber() argument 712 t->FinishSwitchFiber((uptr *)bottom_old, (uptr *)size_old); in __msan_finish_switch_fiber()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_thread.cpp | 139 uptr *bottom_old, in FinishSwitchFiber() argument 151 if (bottom_old) in FinishSwitchFiber() 152 *bottom_old = stack_bottom_; in FinishSwitchFiber() 540 const void **bottom_old, in __sanitizer_finish_switch_fiber() argument 548 (uptr*)bottom_old, in __sanitizer_finish_switch_fiber()
|
D | asan_thread.h | 106 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | msan_interface.h | 118 void __msan_finish_switch_fiber(const void **bottom_old, size_t *size_old);
|
D | common_interface_defs.h | 344 const void **bottom_old,
|