Home | History | Annotate | Download | only in asan

Lines Matching defs:fs

180 void SetTLSFakeStack(FakeStack *fs) {
181 fake_stack_tls = fs;
185 void SetTLSFakeStack(FakeStack *fs) { }
195 if (FakeStack *fs = GetTLSFakeStack())
196 return fs;
203 FakeStack *fs = GetFakeStackFast();
204 if (!fs) return 0;
207 FakeFrame *ff = fs->Allocate(fs->stack_size_log(), class_id, real_stack);
251 FakeStack *fs = reinterpret_cast<FakeStack*>(fake_stack);
252 if (!fs) return nullptr;
254 FakeFrame *frame = reinterpret_cast<FakeFrame *>(fs->AddrIsInFakeStack(