Home
last modified time | relevance | path

Searched refs:MAP_SPACE (Results 1 – 25 of 58) sorted by last modified time

123

/dports/games/starlanes/starlanes-1.2.2/
H A Dstarlanes.c51 #define MAP_SPACE (color?(WHITE_ON_BLACK):(A_NORMAL)) macro
441 case SPACE: attrs = MAP_SPACE;break; in showmap()
469 case SPACE: attrs = MAP_SPACE;break; in drawmap()
/dports/devel/gmake/make-4.3/src/
H A Dmakeint.h418 #define MAP_SPACE (MAP_BLANK|MAP_NEWLINE) macro
449 #define ISSPACE(c) STOP_SET((c),MAP_SPACE)
451 #define END_OF_TOKEN(s) while (! STOP_SET (*(s), MAP_SPACE|MAP_NUL)) ++(s)
/dports/lang/v8/v8-9.6.180.12/test/mkgrokdump/
H A Dmkgrokdump.cc155 DumpKnownMap(out, heap, i::BaseSpace::GetSpaceName(i::MAP_SPACE), in DumpHeapConstants()
178 if (s->identity() == i::CODE_SPACE || s->identity() == i::MAP_SPACE) in DumpHeapConstants()
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-mark-compact.cc168 CcTest::CollectGarbage(MAP_SPACE); in HEAP_TEST()
/dports/lang/v8/v8-9.6.180.12/src/snapshot/
H A Dserializer.cc753 case MAP_SPACE: in GetSnapshotSpace()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dpaged-spaces.cc51 DCHECK(owner == OLD_SPACE || owner == MAP_SPACE || owner == CODE_SPACE); in PagedSpaceObjectIterator()
105 identity() != MAP_SPACE) { in RefillFreeList()
571 DCHECK(identity() == OLD_SPACE || identity() == MAP_SPACE); in RawRefillLabBackground()
642 DCHECK(identity() == OLD_SPACE || identity() == MAP_SPACE); in TryAllocationFromFreeListBackground()
H A Dsweeper.h140 callback(MAP_SPACE); in ForAllSweepingSpaces()
H A Dbase-space.cc16 case MAP_SPACE: in GetSpaceName()
H A Dheap.cc695 SpaceStatistics(MAP_SPACE) << "," << in DumpJSONHeapStatistics()
4346 case MAP_SPACE: in InSpace()
4375 case MAP_SPACE: in InSpaceSlow()
4394 case MAP_SPACE: in IsValidAllocationSpace()
5644 space_[MAP_SPACE] = map_space_ = new MapSpace(this); in SetUpSpaces()
6300 case MAP_SPACE: in Next()
6973 case MAP_SPACE: in AllowedToBeMigrated()
H A Dpaged-spaces.h529 : PagedSpace(heap, MAP_SPACE, NOT_EXECUTABLE, in MapSpace()
H A Dheap-inl.h166 DCHECK(idx == OLD_SPACE || idx == CODE_SPACE || idx == MAP_SPACE); in paged_space()
646 case MAP_SPACE: { in IsPendingAllocationInternal()
H A Dsweeper.cc170 if (space != MAP_SPACE) { in StartSweeping()
327 space->identity() == CODE_SPACE || space->identity() == MAP_SPACE); in RawSweep()
426 sweeping_list_[GetSweepSpaceIndex(MAP_SPACE)].size(); in ConcurrentSweepingPageCount()
/dports/lang/v8/v8-9.6.180.12/src/common/
H A Dglobals.h811 MAP_SPACE, // Old generation map object space, non-movable. enumerator
823 LAST_GROWABLE_PAGED_SPACE = MAP_SPACE
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dmemmap.c1375 MAP_SPACE(0x7e, 0x7e, 0x0000, 0xffff, Memory.RAM, true); \
1376 MAP_SPACE(0x7f, 0x7f, 0x0000, 0xffff, Memory.RAM + 0x10000, true);
1380 MAP_SPACE(0x00, 0x3f, 0x0000, 0x1fff, Memory.RAM, true); \
1383 MAP_SPACE(0x80, 0xbf, 0x0000, 0x1fff, Memory.RAM, true); \
1437 MAP_SPACE(0x70, 0x70, 0x0000, 0xffff, Memory.SRAM, true); \
1670 MAP_SPACE(0x60, 0x63, 0x8000, 0xffff, Memory.SRAM - 0x8000, true); in Map_SufamiTurboPseudoLoROMMap()
1671 MAP_SPACE(0xe0, 0xe3, 0x8000, 0xffff, Memory.SRAM - 0x8000, true); in Map_SufamiTurboPseudoLoROMMap()
1700 MAP_SPACE(0x00, 0x3f, 0x6000, 0x7fff, Memory.SRAM - 0x6000, true); in Map_SuperFXLoROMMap()
1702 MAP_SPACE(0x70, 0x70, 0x0000, 0xffff, Memory.SRAM, true); in Map_SuperFXLoROMMap()
1763 MAP_SPACE(0x00, 0x3f, 0x3000, 0x3fff, Memory.FillRAM, true); in Map_SA1LoROMMap()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dheap.cc651 case MAP_SPACE: in GetSpaceName()
1560 if (space == MAP_SPACE) { in ReserveSpace()
3593 case MAP_SPACE: in InSpace()
3616 case MAP_SPACE: in InSpaceSlow()
3632 case MAP_SPACE: in IsValidAllocationSpace()
4683 space_[MAP_SPACE] = map_space_ = new MapSpace(this, MAP_SPACE); in SetUp()
5251 case MAP_SPACE: in next()
5645 case MAP_SPACE: in AllocationSpaceName()
5720 case MAP_SPACE: in AllowedToBeMigrated()
H A Dsetup-heap-internal.cc95 AllocateRaw(Map::kSize, is_js_object ? MAP_SPACE : RO_SPACE); in AllocateMap()
H A Dsweeper.cc235 space->identity() == CODE_SPACE || space->identity() == MAP_SPACE); in RawSweep()
H A Dsweeper.h135 callback(MAP_SPACE); in ForAllSweepingSpaces()
H A Dspaces.cc1493 identity() != MAP_SPACE && identity() != RO_SPACE) { in AllocateChunk()
H A Dfactory.cc1770 isolate()->heap()->AllocateRawWithRetryOrFail(Map::kSize, MAP_SPACE); in NewMap()
/dports/www/node10/node-v10.24.1/deps/v8/src/snapshot/
H A Ddefault-deserializer-allocator.cc42 } else if (space == MAP_SPACE) { in AllocateRaw()
H A Ddeserializer.cc283 case MAP_SPACE: in GetBackReferencedObject()
412 CASE_STATEMENT(where, how, within, MAP_SPACE) \ in ReadData()
H A Dserializer.cc379 } else if (space == MAP_SPACE) { in SerializePrologue()
H A Dserializer-common.h107 STATIC_ASSERT(MAP_SPACE == CODE_SPACE + 1);
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dglobals.h546 MAP_SPACE, // Only and all map objects. enumerator
552 LAST_GROWABLE_PAGED_SPACE = MAP_SPACE

123