OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_fake_stack
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_thread.h
93
bool
has_fake_stack
() {
function in class:__asan::AsanThread
100
if (!
has_fake_stack
())
asan_thread.cc
218
} else if (
has_fake_stack
()) {
258
if (t->
has_fake_stack
() && t->fake_stack()->AddrIsInFakeStack((uptr)addr))
342
if (t && t->
has_fake_stack
())
asan_rtl.cc
613
if (curr_thread && curr_thread->
has_fake_stack
())
Completed in 3975 milliseconds