Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dserializer.h193 SerializerReference AllocateMap();
Dserializer.cc282 SerializerReference Serializer::AllocateMap() { in AllocateMap() function in v8::internal::Serializer
359 back_reference = serializer_->AllocateMap(); in SerializePrologue()
/external/v8/src/heap/
Dheap.cc2120 AllocationResult Heap::AllocateMap(InstanceType instance_type, in AllocateMap() function in v8::internal::Heap
2301 if (!AllocateMap((instance_type), size).To(&map)) return false; \ in CreateInitialMaps()
2347 AllocationResult allocation = AllocateMap(entry.type, entry.size); in CreateInitialMaps()
2360 AllocateMap(SHORT_EXTERNAL_ONE_BYTE_STRING_TYPE, in CreateInitialMaps()
2398 if (!AllocateMap(entry.type, entry.size).To(&map)) return false; in CreateInitialMaps()
Dheap.h1946 AllocateMap(InstanceType instance_type, int instance_size,
/external/v8/src/
Dfactory.cc1229 isolate()->heap()->AllocateMap(type, instance_size, elements_kind), in NewMap()