Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpContour.cpp17 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()
DSkOpTAllocator.h22 static T* AllocateArray(SkChunkAlloc* allocator, int count) { in AllocateArray() function
/external/v8/src/compiler/
Djs-create-lowering.cc61 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/
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.cc442 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/
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()
/external/v8/src/crankshaft/
Dhydrogen.h1802 HAllocate* AllocateArray(HValue* capacity,
Dhydrogen.cc2891 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