Lines Matching refs:FakeStack
153 void AsanThread::StartSwitchFiber(FakeStack **fake_stack_save, uptr bottom, in StartSwitchFiber()
164 FakeStack *current_fake_stack = fake_stack_; in StartSwitchFiber()
174 void AsanThread::FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old, in FinishSwitchFiber()
225 FakeStack *AsanThread::AsyncSignalSafeLazyInitFakeStack() { in AsyncSignalSafeLazyInitFakeStack()
245 fake_stack_ = FakeStack::Create(stack_size_log); in AsyncSignalSafeLazyInitFakeStack()
344 } else if (FakeStack *fake_stack = get_fake_stack()) { in GetStackFrameAccessByAddr()
385 } else if (FakeStack *fake_stack = get_fake_stack()) { in GetStackVariableShadowStart()
420 FakeStack *fake_stack = t->get_fake_stack(); in ThreadStackContainsAddress()
529 __asan::FakeStack *fake_stack = t->get_fake_stack(); in GetThreadExtraStackRangesLocked()
578 t->StartSwitchFiber((FakeStack **)fakestacksave, (uptr)bottom, size); in __sanitizer_start_switch_fiber()
589 t->FinishSwitchFiber((FakeStack *)fakestack, (uptr *)bottom_old, in __sanitizer_finish_switch_fiber()