HomeSort by: relevance | last modified time | path
    Searched refs:fake_stack_ (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_thread.h 109 if (!fake_stack_) return;
110 FakeStack *t = fake_stack_;
111 fake_stack_ = nullptr;
123 if (reinterpret_cast<uptr>(fake_stack_) <= 1)
125 return fake_stack_;
131 if (reinterpret_cast<uptr>(fake_stack_) <= 1)
133 return fake_stack_;
186 FakeStack *fake_stack_; member in class:__asan::AsanThread
asan_thread.cpp 159 FakeStack *current_fake_stack = fake_stack_;
161 *fake_stack_save = fake_stack_;
162 fake_stack_ = nullptr;
178 fake_stack_ = fake_stack_save;
225 // fake_stack_ has 3 states:
232 reinterpret_cast<atomic_uintptr_t *>(&fake_stack_), &old_val, 1UL,
240 fake_stack_ = FakeStack::Create(stack_size_log);
242 SetTLSFakeStack(fake_stack_);
243 return fake_stack_;
260 fake_stack_ = nullptr
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_thread.h 94 if (!fake_stack_) return;
95 FakeStack *t = fake_stack_;
96 fake_stack_ = nullptr;
108 if (reinterpret_cast<uptr>(fake_stack_) <= 1)
110 return fake_stack_;
116 if (reinterpret_cast<uptr>(fake_stack_) <= 1)
118 return fake_stack_;
165 FakeStack *fake_stack_; member in class:__asan::AsanThread
asan_thread.cpp 137 FakeStack *current_fake_stack = fake_stack_;
139 *fake_stack_save = fake_stack_;
140 fake_stack_ = nullptr;
157 fake_stack_ = fake_stack_save;
207 // fake_stack_ has 3 states:
214 reinterpret_cast<atomic_uintptr_t *>(&fake_stack_), &old_val, 1UL,
222 fake_stack_ = FakeStack::Create(stack_size_log);
224 SetTLSFakeStack(fake_stack_);
225 return fake_stack_;
242 fake_stack_ = nullptr
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.h 99 if (!fake_stack_) return;
100 FakeStack *t = fake_stack_;
101 fake_stack_ = nullptr;
112 (reinterpret_cast<uptr>(fake_stack_) > 1);
122 return fake_stack_;
165 FakeStack *fake_stack_; member in class:__asan::AsanThread
asan_thread.cc 129 FakeStack *current_fake_stack = fake_stack_;
131 *fake_stack_save = fake_stack_;
132 fake_stack_ = nullptr;
149 fake_stack_ = fake_stack_save;
199 // fake_stack_ has 3 states:
206 reinterpret_cast<atomic_uintptr_t *>(&fake_stack_), &old_val, 1UL,
214 fake_stack_ = FakeStack::Create(stack_size_log);
215 SetTLSFakeStack(fake_stack_);
216 return fake_stack_;
232 fake_stack_ = nullptr
    [all...]

Completed in 31 milliseconds