/external/skia/src/pathops/ |
D | SkOpContour.cpp | 17 SkPoint* ptStorage = SkOpTAllocator<SkPoint>::AllocateArray(allocator, 2); in addCurve() 22 SkPoint* ptStorage = SkOpTAllocator<SkPoint>::AllocateArray(allocator, 3); in addCurve() 30 SkPoint* ptStorage = SkOpTAllocator<SkPoint>::AllocateArray(allocator, 4); in addCurve()
|
D | SkOpTAllocator.h | 22 static T* AllocateArray(SkChunkAlloc* allocator, int count) { in AllocateArray() function
|
/external/v8/src/compiler/ |
D | js-create-lowering.cc | 61 void AllocateArray(int length, Handle<Map> map, in AllocateArray() function in v8::internal::compiler::__anon4a2051d60111::AllocationBuilder 667 a.AllocateArray(context_length, factory()->function_context_map()); in ReduceJSCreateFunctionContext() 696 a.AllocateArray(Context::MIN_CONTEXT_SLOTS, factory()->with_context_map()); in ReduceJSCreateWithContext() 720 a.AllocateArray(Context::MIN_CONTEXT_SLOTS + 1, in ReduceJSCreateCatchContext() 752 a.AllocateArray(context_length, factory()->block_context_map()); in ReduceJSCreateBlockContext() 784 a.AllocateArray(argument_count, factory()->fixed_array_map()); in AllocateArguments() 813 a.AllocateArray(num_elements, factory()->fixed_array_map()); in AllocateRestArguments() 850 aa.AllocateArray(argument_count, factory()->fixed_array_map()); in AllocateAliasedArguments() 861 a.AllocateArray(mapped_count + 2, factory()->sloppy_arguments_elements_map()); in AllocateAliasedArguments() 891 a.AllocateArray(capacity, elements_map, pretenure); in AllocateElements() [all …]
|
/external/google-breakpad/src/client/ |
D | minidump_file_writer-inl.h | 57 inline bool TypedMDRVA<MDType>::AllocateArray(size_t count) { in AllocateArray() function
|
D | minidump_file_writer_unittest.cc | 88 ASSERT_TRUE(array.AllocateArray(count)); in WriteFile()
|
D | minidump_file_writer.h | 238 bool AllocateArray(size_t count);
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 442 template<typename Type> Type* AllocateArray(int count); 842 Type* DescriptorPool::Tables::AllocateArray(int count) { in AllocateArray() function in google::protobuf::DescriptorPool::Tables 2441 inline void AllocateArray(int size, Type** output) { in AllocateArray() function in google::protobuf::DescriptorBuilder 2442 *output = tables_->AllocateArray<Type>(size); in AllocateArray() 3012 tables_->AllocateArray<EnumDescriptor>(1); in NewPlaceholder() 3026 placeholder_enum->values_ = tables_->AllocateArray<EnumValueDescriptor>(1); in NewPlaceholder() 3045 tables_->AllocateArray<Descriptor>(1); in NewPlaceholder() 3060 tables_->AllocateArray<Descriptor::ExtensionRange>(1); in NewPlaceholder() 3247 AllocateArray(INPUT.NAME##_size(), &OUTPUT->NAME##s_); \ 3395 tables_->AllocateArray<const FileDescriptor*>(proto.dependency_size()); in BuildFile() [all …]
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 177 if (!dir.AllocateArray(kNumWriters)) in Dump() 737 if (!linkmap.AllocateArray(dso_count)) in WriteDSODebugStream()
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 723 if (!dir.AllocateArray(writer_count)) in Write()
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 236 if (!dir.AllocateArray(writer_count)) in Write()
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 1802 HAllocate* AllocateArray(HValue* capacity,
|
D | hydrogen.cc | 2891 return array_builder->AllocateArray(length_argument, in BuildAllocateArrayFromLength() 2924 return array_builder->AllocateArray(capacity, length); in BuildAllocateArrayFromLength() 3605 return AllocateArray(capacity, in AllocateEmptyArray() 3610 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateArray( in AllocateArray() function in v8::internal::HGraphBuilder::JSArrayBuilder
|