Home
last modified time | relevance | path

Searched refs:bottom_old (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/lib/msan/
Dmsan_thread.cpp111 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()
Dmsan_thread.h43 void FinishSwitchFiber(uptr *bottom_old, uptr *size_old);
Dmsan_interface_internal.h195 void __msan_finish_switch_fiber(const void **bottom_old, uptr *size_old);
Dmsan.cpp706 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/
Dasan_thread.cpp139 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()
Dasan_thread.h106 void FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old,
/external/llvm-project/compiler-rt/include/sanitizer/
Dmsan_interface.h118 void __msan_finish_switch_fiber(const void **bottom_old, size_t *size_old);
Dcommon_interface_defs.h344 const void **bottom_old,