HomeSort by relevance Sort by last modified time
    Searched refs:AllocateArray (Results 1 - 12 of 12) sorted by null

  /external/skia/src/pathops/
SkOpTAllocator.h 22 static T* AllocateArray(SkChunkAlloc* allocator, int count) {
SkOpContour.cpp 17 SkPoint* ptStorage = SkOpTAllocator<SkPoint>::AllocateArray(allocator, 2);
22 SkPoint* ptStorage = SkOpTAllocator<SkPoint>::AllocateArray(allocator, 3);
30 SkPoint* ptStorage = SkOpTAllocator<SkPoint>::AllocateArray(allocator, 4);
  /external/google-breakpad/src/client/
minidump_file_writer-inl.h 57 inline bool TypedMDRVA<MDType>::AllocateArray(size_t count) {
minidump_file_writer.h 238 bool AllocateArray(size_t count);
246 // Must have been allocated using AllocateArray().
minidump_file_writer_unittest.cc 88 ASSERT_TRUE(array.AllocateArray(count));
  /external/protobuf/src/google/protobuf/
descriptor.cc 442 template<typename Type> Type* AllocateArray(int count);
842 Type* DescriptorPool::Tables::AllocateArray(int count) {
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 177 if (!dir.AllocateArray(kNumWriters))
729 if (!linkmap.AllocateArray(dso_count))
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 723 if (!dir.AllocateArray(writer_count))
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 236 if (!dir.AllocateArray(writer_count))
    [all...]
  /external/v8/src/
hydrogen.h     [all...]
hydrogen.cc     [all...]
code-stubs-hydrogen.cc 897 HValue* new_object = array_builder->AllocateArray(checked_length,
    [all...]

Completed in 279 milliseconds