Home
last modified time | relevance | path

Searched refs:AllocateArray (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Djs-create-lowering.cc67 void AllocateArray(int length, Handle<Map> map, in AllocateArray() function in v8::internal::compiler::__anon442726d40111::AllocationBuilder
790 aa.AllocateArray(2, factory()->fixed_array_map()); in ReduceJSCreateKeyValueArray()
868 a.AllocateArray(context_length, map); in ReduceJSCreateFunctionContext()
903 a.AllocateArray(Context::MIN_CONTEXT_SLOTS, factory()->with_context_map()); in ReduceJSCreateWithContext()
935 a.AllocateArray(Context::MIN_CONTEXT_SLOTS + 1, in ReduceJSCreateCatchContext()
965 a.AllocateArray(context_length, factory()->block_context_map()); in ReduceJSCreateBlockContext()
997 a.AllocateArray(argument_count, factory()->fixed_array_map()); in AllocateArguments()
1027 a.AllocateArray(num_elements, factory()->fixed_array_map()); in AllocateRestArguments()
1065 aa.AllocateArray(argument_count, factory()->fixed_array_map()); in AllocateAliasedArguments()
1077 a.AllocateArray(mapped_count + 2, factory()->sloppy_arguments_elements_map()); in AllocateAliasedArguments()
[all …]
/external/google-breakpad/src/client/
Dminidump_file_writer-inl.h57 inline bool TypedMDRVA<MDType>::AllocateArray(size_t count) { in AllocateArray() function
Dminidump_file_writer_unittest.cc88 ASSERT_TRUE(array.AllocateArray(count)); in WriteFile()
Dminidump_file_writer.h238 bool AllocateArray(size_t count);
/external/protobuf/src/google/protobuf/
Ddescriptor.cc499 template<typename Type> Type* AllocateArray(int count);
987 Type* DescriptorPool::Tables::AllocateArray(int count) { in AllocateArray() function in google::protobuf::DescriptorPool::Tables
2927 inline void AllocateArray(int size, Type** output) { in AllocateArray() function in google::protobuf::DescriptorBuilder
2928 *output = tables_->AllocateArray<Type>(size); in AllocateArray()
3507 tables_->AllocateArray<EnumDescriptor>(1); in NewPlaceholder()
3521 placeholder_enum->values_ = tables_->AllocateArray<EnumValueDescriptor>(1); in NewPlaceholder()
3540 tables_->AllocateArray<Descriptor>(1); in NewPlaceholder()
3555 tables_->AllocateArray<Descriptor::ExtensionRange>(1); in NewPlaceholder()
3744 AllocateArray(INPUT.NAME##_size(), &OUTPUT->NAME##s_); \
3916 tables_->AllocateArray<const FileDescriptor*>(proto.dependency_size()); in BuildFileImpl()
[all …]
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc177 if (!dir.AllocateArray(kNumWriters)) in Dump()
737 if (!linkmap.AllocateArray(dso_count)) in WriteDSODebugStream()
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc723 if (!dir.AllocateArray(writer_count)) in Write()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc236 if (!dir.AllocateArray(writer_count)) in Write()