Allocate 70 src/compilation-cache.cc CompilationCacheTable::Allocate(size),
Allocate 76 src/factory.cc StringDictionary::Allocate(at_least_space_for),
Allocate 85 src/factory.cc SeededNumberDictionary::Allocate(at_least_space_for),
Allocate 94 src/factory.cc UnseededNumberDictionary::Allocate(at_least_space_for),
Allocate 102 src/factory.cc ObjectHashSet::Allocate(at_least_space_for),
Allocate 110 src/factory.cc ObjectHashTable::Allocate(at_least_space_for),
Allocate 118 src/factory.cc DescriptorArray::Allocate(number_of_descriptors,
Allocate 129 src/factory.cc DeoptimizationInputData::Allocate(deopt_entry_count,
Allocate 140 src/factory.cc DeoptimizationOutputData::Allocate(deopt_entry_count,
Allocate 1385 src/factory.cc MapCache::Allocate(at_least_space_for), MapCache);
Allocate 2189 src/heap.cc { MaybeObject* maybe_obj = Allocate(oddball_map(), OLD_POINTER_SPACE);
Allocate 2195 src/heap.cc { MaybeObject* maybe_obj = Allocate(oddball_map(), OLD_POINTER_SPACE);
Allocate 2497 src/heap.cc { MaybeObject* maybe_result = Allocate(oddball_map(), OLD_POINTER_SPACE);
Allocate 2595 src/heap.cc { MaybeObject* maybe_obj = SymbolTable::Allocate(kInitialSymbolTableSize);
Allocate 2692 src/heap.cc { MaybeObject* maybe_obj = UnseededNumberDictionary::Allocate(128);
Allocate 2700 src/heap.cc { MaybeObject* maybe_obj = UnseededNumberDictionary::Allocate(64);
Allocate 2717 src/heap.cc { MaybeObject* maybe_obj = StringDictionary::Allocate(Runtime::kNumFunctions);
Allocate 3035 src/heap.cc MaybeObject* maybe_result = Allocate(foreign_map(), space);
Allocate 3044 src/heap.cc MaybeObject* maybe = Allocate(shared_function_info_map(), OLD_POINTER_SPACE);
Allocate 3092 src/heap.cc { MaybeObject* maybe_result = Allocate(message_object_map(), NEW_SPACE);
Allocate 3257 src/heap.cc { MaybeObject* maybe_result = Allocate(map, NEW_SPACE);
Allocate 3338 src/heap.cc MaybeObject* maybe_result = Allocate(map, NEW_SPACE);
Allocate 3378 src/heap.cc { MaybeObject* maybe_result = Allocate(map, NEW_SPACE);
Allocate 3407 src/heap.cc { MaybeObject* maybe_result = Allocate(map, NEW_SPACE);
Allocate 3738 src/heap.cc { MaybeObject* maybe_result = Allocate(function_map, space);
Allocate 3861 src/heap.cc DescriptorArray::Allocate(count, DescriptorArray::MAY_BE_SHARED);
Allocate 3953 src/heap.cc { MaybeObject* maybe_obj = Allocate(map, space);
Allocate 4076 src/heap.cc MaybeObject* maybe_result = Allocate(map, NEW_SPACE);
Allocate 4100 src/heap.cc MaybeObject* maybe_result = Allocate(map, NEW_SPACE);
Allocate 4133 src/heap.cc StringDictionary::Allocate(
Allocate 4160 src/heap.cc { MaybeObject* maybe_obj = Allocate(map, OLD_POINTER_SPACE);
Allocate 5008 src/heap.cc { MaybeObject* maybe_result = Allocate(map, space);
Allocate 616 src/heap.h MUST_USE_RESULT MaybeObject* Allocate(Map* map, AllocationSpace space);
Allocate 63 src/ia32/codegen-ia32.cc byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB,
Allocate 108 src/ia32/codegen-ia32.cc byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB,
Allocate 146 src/ia32/codegen-ia32.cc byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB,
Allocate 140 src/list-inl.h void List<T, P>::Allocate(int length, P allocator) {
Allocate 139 src/list.h INLINE(void Allocate(int length,
Allocate 448 src/lithium-allocator.h bool Allocate(LChunk* chunk);
Allocate 409 src/lithium.cc if (!allocator.Allocate(chunk)) {
Allocate 3554 src/objects-inl.h DescriptorArray::Allocate(0, DescriptorArray::CANNOT_BE_SHARED);
Allocate 3569 src/objects-inl.h MaybeObject* maybe_transitions = TransitionArray::Allocate(0);
Allocate 3174 src/objects.cc { MaybeObject* maybe_dictionary = StringDictionary::Allocate(property_count);
Allocate 3309 src/objects.cc MaybeObject* maybe = SeededNumberDictionary::Allocate(used_elements);
Allocate 3568 src/objects.cc MaybeObject* dict_alloc = StringDictionary::Allocate(kInitialSize);
Allocate 5113 src/objects.cc CodeCacheHashTable::Allocate(CodeCacheHashTable::kInitialSize);
Allocate 5393 src/objects.cc PolymorphicCodeCacheHashTable::Allocate(
Allocate 5698 src/objects.cc { MaybeObject* maybe_result = Allocate(size, MAY_BE_SHARED);
Allocate 5731 src/objects.cc MaybeObject* maybe_descriptors = Allocate(new_size, MAY_BE_SHARED);
Allocate 5764 src/objects.cc MaybeObject* maybe_result = Allocate(number_of_descriptors, shared_mode);
Allocate 11098 src/objects.cc Allocate(nof * 2, pretenure ? TENURED : NOT_TENURED);
Allocate 11127 src/objects.cc Allocate(at_least_room_for, pretenure ? TENURED : NOT_TENURED);
Allocate 11169 src/objects.cc Allocate(int at_least_space_for);
Allocate 11172 src/objects.cc Allocate(int at_least_space_for);
Allocate 11174 src/objects.cc template MaybeObject* Dictionary<StringDictionaryShape, String*>::Allocate(
Allocate 11282 src/objects.cc SeededNumberDictionary::Allocate(dict->NumberOfElements());
Allocate 12047 src/objects.cc HashTable<Shape, Key>::Allocate(at_least_space_for);
Allocate 12466 src/objects.cc DescriptorArray::Allocate(instance_descriptor_length,
Allocate 2606 src/objects.h MUST_USE_RESULT static MaybeObject* Allocate(int number_of_descriptors,
Allocate 2826 src/objects.h MUST_USE_RESULT static MaybeObject* Allocate(
Allocate 3114 src/objects.h MUST_USE_RESULT static MaybeObject* Allocate(int at_least_space_for);
Allocate 4081 src/objects.h MUST_USE_RESULT static MaybeObject* Allocate(int deopt_entry_count,
Allocate 4120 src/objects.h MUST_USE_RESULT static MaybeObject* Allocate(int number_of_deopt_points,
Allocate 185 src/platform.h static void* Allocate(const size_t requested,
Allocate 1195 src/profile-generator.cc children().Allocate(edges().length());
Allocate 1242 src/profile-generator.cc sorted_entries_.Allocate(entries_.length());
Allocate 736 src/serialize.cc Address address = Allocate(space_number, space, size);
Allocate 1423 src/serialize.cc int offset = serializer_->Allocate(space, size, &start_new_page);
Allocate 363 src/serialize.h Address Allocate(int space_number, Space* space, int size);
Allocate 553 src/serialize.h int Allocate(int space, int size, bool* new_page_started);
Allocate 272 src/spaces-inl.h object = free_list_.Allocate(size_in_bytes);
Allocate 2048 src/spaces.cc owner_->Allocate(new_node_size);
Allocate 2249 src/spaces.cc HeapObject* new_area = free_list_.Allocate(size_in_bytes);
Allocate 2260 src/spaces.cc Allocate(size_in_bytes);
Allocate 2328 src/spaces.cc HeapObject* object = free_list_.Allocate(size_in_bytes);
Allocate 2342 src/spaces.cc return free_list_.Allocate(size_in_bytes);
Allocate 2351 src/spaces.cc HeapObject* object = free_list_.Allocate(size_in_bytes);
Allocate 1373 src/spaces.h MUST_USE_RESULT HeapObject* Allocate(int size_in_bytes);
Allocate 1537 src/spaces.h void Allocate(int bytes) {
Allocate 73 src/transitions.cc maybe_array = TransitionArray::Allocate(1);
Allocate 94 src/transitions.cc maybe_array = TransitionArray::Allocate(new_size);
Allocate 103 src/transitions.h MUST_USE_RESULT static MaybeObject* Allocate(int number_of_transitions);
Allocate 61 src/x64/codegen-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB,
Allocate 105 src/x64/codegen-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB,
Allocate 131 src/x64/codegen-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 219 src/zone.h INLINE(void Allocate(int length, Zone* zone)) {
Allocate 220 src/zone.h List<T, ZoneAllocationPolicy>::Allocate(length, ZoneAllocationPolicy(zone));
Allocate 105 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 127 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 159 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 181 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 209 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 243 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 272 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 137 test/cctest/test-list.cc list.Allocate(100);
Allocate 156 test/cctest/test-macro-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 246 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2,
Allocate 298 test/cctest/test-macro-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 428 test/cctest/test-macro-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 474 test/cctest/test-macro-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 724 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 814 test/cctest/test-macro-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 1006 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2,
Allocate 1098 test/cctest/test-macro-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 1206 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2,
Allocate 1318 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2,
Allocate 1416 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 3,
Allocate 1487 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 1568 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 1651 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 1736 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 1805 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
Allocate 1903 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 4,
Allocate 2011 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 3,
Allocate 2082 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2,
Allocate 2148 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 4,
Allocate 2193 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2,
Allocate 42 test/cctest/test-weakmaps.cc Object* table_obj = ObjectHashTable::Allocate(1)->ToObjectChecked();
Allocate 474 tools/gcmole/gcmole.cc out = Environment::Allocate(*a_env);
Allocate 486 tools/gcmole/gcmole.cc out = Environment::Allocate(*b_env);
Allocate 496 tools/gcmole/gcmole.cc e = Environment::Allocate(Environment());