Home
last modified time | relevance | path

Searched refs:AllocateMap (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Dthread_tree.cpp147 const MapEntry* ThreadTree::AllocateMap(const MapEntry& entry) { in AllocateMap() function in simpleperf::ThreadTree
177 AllocateMap(RemoveFirstPartOfMapEntry(it2->second, entry.get_end_addr()))); in InsertMap()
181 AllocateMap(RemoveSecondPartOfMapEntry(it2->second, entry.start_addr - it2->first)); in InsertMap()
190 AllocateMap(RemoveFirstPartOfMapEntry(it->second, entry.get_end_addr()))); in InsertMap()
194 map.emplace(entry.start_addr, AllocateMap(entry)); in InsertMap()
H A Dthread_tree.h136 const MapEntry* AllocateMap(const MapEntry& entry);
/dports/www/node10/node-v10.24.1/deps/v8/src/snapshot/
H A Dbuiltin-serializer-allocator.h22 SerializerReference AllocateMap() { UNREACHABLE(); } in AllocateMap() function
H A Ddefault-serializer-allocator.h22 SerializerReference AllocateMap();
H A Ddefault-serializer-allocator.cc45 SerializerReference DefaultSerializerAllocator::AllocateMap() { in AllocateMap() function in v8::internal::DefaultSerializerAllocator
H A Dserializer.cc381 back_reference = serializer_->allocator()->AllocateMap(); in SerializePrologue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/snapshot/
H A Dserializer-allocator.h20 SerializerReference AllocateMap();
H A Dserializer-allocator.cc64 SerializerReference SerializerAllocator::AllocateMap() { in AllocateMap() function in v8::internal::SerializerAllocator
H A Dserializer.cc319 back_reference = serializer_->allocator()->AllocateMap(); in SerializePrologue()
/dports/games/openttd/openttd-12.1/src/
H A Dmisc.cpp64 AllocateMap(size_x, size_y); in InitializeGame()
H A Dmap_func.h44 void AllocateMap(uint size_x, uint size_y);
H A Dmap.cpp39 void AllocateMap(uint size_x, uint size_y) in AllocateMap() function
/dports/emulators/dgen-sdl/dgen-sdl-1.33/dz80/
H A Ddissz80p.h98 BYTE* AllocateMap(DISZ80 *d, char *ErrorStr, unsigned int BytesWanted);
H A Dscript.c42 …if ((d->pTrapMap = AllocateMap(d, "Couldn't allocate memory for the opcode trap map.", 256)) == NU… in InitOpcodeTraps()
H A Ddissz80.c251 …if ((d->fnMap = AllocateMap(d, "Couldn't allocate memory for the function map.", Z80MEMSIZE)) == N… in dZ80_Disassemble()
1724 BYTE* AllocateMap(DISZ80 *d, char *errorStr, unsigned int bytesWanted) in AllocateMap() function
1820 …if ((d->opMap = AllocateMap(d, "Couldn't allocate memory for the opcode map.", Z80MEMSIZE/8)) == N… in dZ80_AllocateOpMap()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dsetup-heap-internal.cc81 AllocationResult Heap::AllocateMap(InstanceType instance_type, in AllocateMap() function in v8::internal::Heap
345 if (!AllocateMap((instance_type), size).To(&map)) return false; \ in CreateInitialMaps()
385 AllocationResult allocation = AllocateMap(entry.type, entry.size); in CreateInitialMaps()
398 AllocateMap(SHORT_EXTERNAL_ONE_BYTE_STRING_TYPE, in CreateInitialMaps()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dsetup-heap-internal.cc125 AllocationResult Heap::AllocateMap(InstanceType instance_type, in AllocateMap() function in v8::internal::Heap
360 if (!AllocateMap((instance_type), size).To(&map)) return false; \ in CreateInitialMaps()
402 if (!AllocateMap(entry.type, entry.size).To(&map)) return false; in CreateInitialMaps()
H A Dheap.h2099 AllocateMap(InstanceType instance_type, int instance_size,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dsetup-heap-internal.cc110 AllocationResult Heap::AllocateMap(InstanceType instance_type, in AllocateMap() function in v8::internal::Heap
346 if (!AllocateMap((instance_type), size).To(&map)) return false; \ in CreateInitialMaps()
386 if (!AllocateMap(entry.type, entry.size).To(&map)) return false; in CreateInitialMaps()
H A Dheap.h1848 AllocateMap(InstanceType instance_type, int instance_size,
/dports/science/libssm/ssm-1.4.0/ssm/
H A Dssm_malign.h317 void AllocateMap ();
H A Dssm_malign.cpp733 void ssm::MultAlign::AllocateMap() { in AllocateMap() function in ssm::MultAlign
1692 AllocateMap(); in OptimizeAlignments()
1921 AllocateMap(); in SortStructures()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dsetup-heap-internal.cc123 AllocationResult Heap::AllocateMap(InstanceType instance_type, in AllocateMap() function in v8::internal::Heap
364 if (!AllocateMap((instance_type), size).To(&map)) return false; \ in CreateInitialMaps()
405 if (!AllocateMap(entry.type, entry.size).To(&map)) return false; in CreateInitialMaps()
H A Dheap.h1944 AllocateMap(InstanceType instance_type, int instance_size,
/dports/games/openttd/openttd-12.1/src/saveload/
H A Dmap_sl.cpp52 AllocateMap(_map_dim_x, _map_dim_y); in Load()

12