Lines Matching refs:FakeStack
126 void AsanThread::StartSwitchFiber(FakeStack **fake_stack_save, uptr bottom, in StartSwitchFiber()
137 FakeStack *current_fake_stack = fake_stack_; in StartSwitchFiber()
147 void AsanThread::FinishSwitchFiber(FakeStack *fake_stack_save, in FinishSwitchFiber()
202 FakeStack *AsanThread::AsyncSignalSafeLazyInitFakeStack() { in AsyncSignalSafeLazyInitFakeStack()
222 fake_stack_ = FakeStack::Create(stack_size_log); in AsyncSignalSafeLazyInitFakeStack()
341 } else if (FakeStack *fake_stack = get_fake_stack()) { in GetStackFrameAccessByAddr()
382 } else if (FakeStack *fake_stack = get_fake_stack()) { in GetStackVariableShadowStart()
417 FakeStack *fake_stack = t->get_fake_stack(); in ThreadStackContainsAddress()
507 __asan::FakeStack *fake_stack = t->get_fake_stack(); in ForEachExtraStackRange()
543 t->StartSwitchFiber((FakeStack**)fakestacksave, (uptr)bottom, size); in __sanitizer_start_switch_fiber()
555 t->FinishSwitchFiber((FakeStack*)fakestack, in __sanitizer_finish_switch_fiber()