Searched refs:kHeapMemEnd (Results 1 – 4 of 4) sorted by relevance
66 static const uptr kHeapMemEnd = 0x7c0000000000ull; member104 static const uptr kHeapMemEnd = 0xff00000000ull;135 static const uptr kHeapMemEnd = 0x0300000000ull;183 static const uptr kHeapMemEnd = 0x7d00000000ull;218 static const uptr kHeapMemEnd = 0x3f000000000ull;238 static const uptr kHeapMemEnd = 0x0ffff00000000ull;281 static const uptr kHeapMemEnd = 0x0f5000000000ull;311 static const uptr kHeapMemEnd = 0x3e0000000000ull;343 static const uptr kHeapMemEnd = 0x7e0000000000ull;560 case MAPPING_HEAP_END: return Mapping::kHeapMemEnd; in MappingImpl()[all …]
73 static const uptr kSpaceSize = Mapping::kHeapMemEnd - Mapping::kHeapMemBeg;
52 static const uptr kHeapMemEnd = 0x7e0000000000ull; member84 static const uptr kHeapMemEnd = 0xff00000000ull;128 static const uptr kHeapMemEnd = 0x7d00000000ull;164 static const uptr kHeapMemEnd = 0x3f000000000ull;207 static const uptr kHeapMemEnd = 0x0f5000000000ull;237 static const uptr kHeapMemEnd = 0x3e0000000000ull;347 case MAPPING_HEAP_END: return Mapping::kHeapMemEnd; in MappingImpl()502 return (mem >= Mapping::kHeapMemBeg && mem < Mapping::kHeapMemEnd) || in IsAppMemImpl()
70 Mapping::kHeapMemEnd - Mapping::kHeapMemBeg, 0,