OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAppMem
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/tsan/tests/unit/
tsan_shadow_test.cc
55
CHECK(
IsAppMem
((uptr)&global));
56
CHECK(
IsAppMem
((uptr)&stack));
57
CHECK(
IsAppMem
((uptr)heap));
/external/compiler-rt/lib/tsan/rtl/
tsan_platform.h
107
static inline bool
IsAppMem
(uptr mem) {
tsan_rtl_mutex.cc
29
if (!linker_init &&
IsAppMem
(addr)) {
56
if (
IsAppMem
(addr)) {
86
if (
IsAppMem
(addr))
119
if (
IsAppMem
(addr))
160
if (
IsAppMem
(addr))
181
if (
IsAppMem
(addr))
202
if (
IsAppMem
(addr))
tsan_rtl_thread.cc
307
if (!
IsAppMem
(addr)) {
309
DCHECK(
IsAppMem
(addr));
311
if (!
IsAppMem
(addr + size - 1)) {
313
DCHECK(
IsAppMem
(addr + size - 1));
tsan_rtl.cc
498
if (!
IsAppMem
(addr)) {
500
DCHECK(
IsAppMem
(addr));
554
if (!
IsAppMem
(addr) || !
IsAppMem
(addr + size - 1))
tsan_platform_linux.cc
208
&&
IsAppMem
(start)) {
tsan_interceptors.cc
665
if (!
IsAppMem
((uptr)*addr) || !
IsAppMem
((uptr)*addr + sz - 1)) {
[
all
...]
Completed in 61 milliseconds