Searched refs:AllocateArray (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc422 template<typename Type> Type* AllocateArray(int count);
803 Type* DescriptorPool::Tables::AllocateArray(int count) { function in class:google::protobuf::DescriptorPool::Tables
2270 inline void AllocateArray(int size, Type** output) { function in class:google::protobuf::DescriptorBuilder
2271 *output = tables_->AllocateArray<Type>(size);
2779 tables_->AllocateArray<EnumDescriptor>(1);
2793 placeholder_enum->values_ = tables_->AllocateArray<EnumValueDescriptor>(1);
2812 tables_->AllocateArray<Descriptor>(1);
2827 tables_->AllocateArray<Descriptor::ExtensionRange>(1);
3013 AllocateArray(INPUT.NAME##_size(), &OUTPUT->NAME##s_); \
3131 tables_->AllocateArray<cons
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc381 template<typename Type> Type* AllocateArray(int count);
711 Type* DescriptorPool::Tables::AllocateArray(int count) { function in class:google::protobuf::DescriptorPool::Tables
1966 inline void AllocateArray(int size, Type** output) { function in class:google::protobuf::DescriptorBuilder
1967 *output = tables_->AllocateArray<Type>(size);
2442 tables_->AllocateArray<EnumDescriptor>(1);
2456 placeholder_enum->values_ = tables_->AllocateArray<EnumValueDescriptor>(1);
2475 tables_->AllocateArray<Descriptor>(1);
2490 tables_->AllocateArray<Descriptor::ExtensionRange>(1);
2672 AllocateArray(INPUT.NAME##_size(), &OUTPUT->NAME##s_); \
2782 tables_->AllocateArray<cons
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen.h1755 HAllocate* AllocateArray(HValue* capacity,
1762 HAllocate* AllocateArray(HValue* capacity,
1766 HAllocate* AllocateArray(HValue* capacity,
H A Dhydrogen.cc2523 return array_builder->AllocateArray(length_argument,
2556 return array_builder->AllocateArray(capacity, max_alloc_length, length);
3215 return AllocateArray(capacity,
3221 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateArray( function in class:v8::internal::HGraphBuilder::JSArrayBuilder
3226 return AllocateArray(capacity,
3233 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateArray( function in class:v8::internal::HGraphBuilder::JSArrayBuilder
3242 HAllocate* array = AllocateArray(capacity, length_field, fill_mode);
3250 HAllocate* HGraphBuilder::JSArrayBuilder::AllocateArray( function in class:v8::internal::HGraphBuilder::JSArrayBuilder
H A Dcode-stubs-hydrogen.cc897 HValue* new_object = array_builder->AllocateArray(checked_length,

Completed in 216 milliseconds