Searched refs:kHiAppMemEnd (Results 1 – 1 of 1) sorted by relevance
56 static const uptr kHiAppMemEnd = 0x800000000000ull; member88 static const uptr kHiAppMemEnd = 0xffffffffffull;130 static const uptr kHiAppMemEnd = 0x7fffffffffull;166 static const uptr kHiAppMemEnd = 0x3ffffffffffull;209 static const uptr kHiAppMemEnd = 0x100000000000ull; // 44 bits241 static const uptr kHiAppMemEnd = 0x400000000000ull; // 46 bits345 case MAPPING_HI_APP_END: return Mapping::kHiAppMemEnd; in MappingImpl()507 (mem >= Mapping::kHiAppMemBeg && mem < Mapping::kHiAppMemEnd); in IsAppMemImpl()