Home
last modified time | relevance | path

Searched refs:kHiAppMemBeg (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h55 static const uptr kHiAppMemBeg = 0x7e8000000000ull; member
87 static const uptr kHiAppMemBeg = 0xff80000000ull;
129 static const uptr kHiAppMemBeg = 0x7e00000000ull;
165 static const uptr kHiAppMemBeg = 0x3f000000000ull;
208 static const uptr kHiAppMemBeg = 0x0f6000000000ull;
240 static const uptr kHiAppMemBeg = 0x3e8000000000ull;
344 case MAPPING_HI_APP_BEG: return Mapping::kHiAppMemBeg; in MappingImpl()
507 (mem >= Mapping::kHiAppMemBeg && mem < Mapping::kHiAppMemEnd); in IsAppMemImpl()