HomeSort by relevance Sort by last modified time
    Searched defs:Alloc (Results 126 - 150 of 305) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/src/gpu/ops/
GrDrawPathOp.h 118 static InstanceData* Alloc(TransformType transformType, int reserveCnt) {
  /external/skqp/src/gpu/ops/
GrDrawPathOp.h 118 static InstanceData* Alloc(TransformType transformType, int reserveCnt) {
  /art/runtime/mirror/
array-inl.h 154 inline Array* Array::Alloc(Thread* self,
214 Handle<PrimitiveArray<T>> arr(hs.NewHandle(PrimitiveArray<T>::Alloc(self, length)));
223 inline PrimitiveArray<T>* PrimitiveArray<T>::Alloc(Thread* self, size_t length) {
224 Array* raw_array = Array::Alloc<true>(self,
string-inl.h 213 inline String* String::Alloc(Thread* self, int32_t utf16_length_with_flag,
255 return Alloc<kIsInstrumented>(self, length_with_flag, allocator_type, visitor);
268 String* string = Alloc<kIsInstrumented>(self, length_with_flag, allocator_type, visitor);
282 String* new_string = Alloc<kIsInstrumented>(self, length_with_flag, allocator_type, visitor);
294 String* new_string = Alloc<kIsInstrumented>(self, length_with_flag, allocator_type, visitor);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/
NonDiscoverablePciDeviceIo.c 784 NON_DISCOVERABLE_DEVICE_UNCACHED_ALLOCATION *Alloc;
790 Alloc = NULL;
800 Alloc = BASE_CR (Entry, NON_DISCOVERABLE_DEVICE_UNCACHED_ALLOCATION, List);
801 if (Alloc->HostAddress == HostAddress && Alloc->NumPages == Pages) {
816 RemoveEntryList (&Alloc->List);
821 Alloc->Attributes);
833 FreePool (Alloc);
872 NON_DISCOVERABLE_DEVICE_UNCACHED_ALLOCATION *Alloc;
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.c     [all...]
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 33 llvm::PointerIntPair<llvm::BumpPtrAllocator*, 1> Alloc;
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
40 Other.Alloc.setInt(false);
41 Other.Alloc.setPointer(nullptr);
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
50 if (Alloc.getInt())
51 delete Alloc.getPointer();
54 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer();
    [all...]
  /external/clang/test/CodeGenCXX/
new.cpp 176 struct Alloc{
180 ~Alloc();
188 delete[] new Alloc[10][20];
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 71 log_line_ = reinterpret_cast<char*>(Alloc(kLineBufferSize));
217 *stack_copy = reinterpret_cast<uint8_t*>(Alloc(stack_len));
362 void* Alloc(unsigned bytes) { return dumper_->allocator()->Alloc(bytes); }
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 109 BumpPtrAllocator Alloc;
110 StringSaver VersionSymSaver{Alloc};
    [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 591 BumpPtrAllocator Alloc;
595 StringRef StrEmptyc = StrEmpty.copy(Alloc);
599 EXPECT_EQ(Alloc.getTotalMemory(), 0u);
603 StringRef Str1c = Str1.copy(Alloc);
604 StringRef Str2c = Str2.copy(Alloc);
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 26 BumpPtrAllocator Alloc;
41 DIE &Die = *DIE::get(Alloc, dwarf::DW_TAG_base_type);
43 Die.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Size);
50 DIE &Unnamed = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
52 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, One);
55 Unnamed.addValue(Alloc, dwarf::DW_AT_decl_file, dwarf::DW_FORM_data1, One);
56 Unnamed.addValue(Alloc, dwarf::DW_AT_decl_line, dwarf::DW_FORM_data1, One);
65 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
68 Foo.addValue(Alloc, dwarf::DW_AT_name, dwarf::DW_FORM_strp, FooStr);
69 Foo.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, One)
    [all...]
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 27 HRESULT CFilterCoder::Alloc()
50 return Alloc();
279 return Alloc();
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 5 #include "../../../C/Alloc.h"
30 HRESULT CBaseCoder::Alloc(bool allocForOrig)
123 RINOK(Alloc());
362 RINOK(Alloc());
536 HRESULT res = Alloc(false);
  /external/lzma/CPP/7zip/UI/Common/
HashCalc.cpp 5 #include "../../../../C/Alloc.h"
23 bool Alloc(size_t size)
252 if (!buf.Alloc(kBufSize))
  /external/skia/src/core/
SkBitmapCache.cpp 278 SkBitmapCache::RecPtr SkBitmapCache::Alloc(const SkBitmapCacheDesc& desc, const SkImageInfo& info,
SkDescriptor.h 23 static std::unique_ptr<SkDescriptor> Alloc(size_t length) {
82 std::unique_ptr<SkDescriptor> desc = SkDescriptor::Alloc(fLength);
151 fDesc = SkDescriptor::Alloc(size).release();
SkMetaData.cpp 121 Rec* rec = Rec::Alloc(sizeof(Rec) + dataSize * count + len + 1);
331 SkMetaData::Rec* SkMetaData::Rec::Alloc(size_t size) {
SkRWBuffer.cpp 32 static SkBufferBlock* Alloc(size_t length) {
77 static SkBufferHead* Alloc(size_t length) {
195 fHead = SkBufferHead::Alloc(initialCapacity);
220 fHead = SkBufferHead::Alloc(length + reserve);
230 SkBufferBlock* block = SkBufferBlock::Alloc(length + reserve);
  /external/skia/src/gpu/
GrTRecorder.h 57 : fHeadBlock(MemBlock::Alloc(LengthOf(initialSizeInBytes), nullptr)),
117 static MemBlock* Alloc(int length, MemBlock* prev) {
214 fTailBlock = MemBlock::Alloc(SkTMax(2 * fTailBlock->fLength, totalLength), fTailBlock);
  /external/skqp/src/core/
SkBitmapCache.cpp 278 SkBitmapCache::RecPtr SkBitmapCache::Alloc(const SkBitmapCacheDesc& desc, const SkImageInfo& info,
SkDescriptor.h 23 static std::unique_ptr<SkDescriptor> Alloc(size_t length) {
82 std::unique_ptr<SkDescriptor> desc = SkDescriptor::Alloc(fLength);
151 fDesc = SkDescriptor::Alloc(size).release();
SkMetaData.cpp 121 Rec* rec = Rec::Alloc(sizeof(Rec) + dataSize * count + len + 1);
331 SkMetaData::Rec* SkMetaData::Rec::Alloc(size_t size) {
SkRWBuffer.cpp 32 static SkBufferBlock* Alloc(size_t length) {
77 static SkBufferHead* Alloc(size_t length) {
195 fHead = SkBufferHead::Alloc(initialCapacity);
220 fHead = SkBufferHead::Alloc(length + reserve);
230 SkBufferBlock* block = SkBufferBlock::Alloc(length + reserve);
  /external/skqp/src/gpu/
GrTRecorder.h 57 : fHeadBlock(MemBlock::Alloc(LengthOf(initialSizeInBytes), nullptr)),
117 static MemBlock* Alloc(int length, MemBlock* prev) {
214 fTailBlock = MemBlock::Alloc(SkTMax(2 * fTailBlock->fLength, totalLength), fTailBlock);

Completed in 973 milliseconds

1 2 3 4 56 7 8 91011>>