Searched refs:Allocate (Results 151 - 175 of 364) sorted by relevance

1234567891011>>

/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_mac.cc29 // Allocate a bitmap context with 4 components per pixel (BGRA). Apple
270 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) { function in class:skia::PlatformBitmap
H A Dbitmap_platform_device_win.cc302 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) { function in class:skia::PlatformBitmap
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.cc271 Allocate();
310 Allocate();
342 Allocate();
882 void P2PTransportChannel::Allocate() { function in class:cricket::P2PTransportChannel
H A Dp2ptransportchannel.h174 void Allocate();
/external/chromium_org/v8/src/base/platform/
H A Dplatform-cygwin.cc50 void* OS::Allocate(const size_t requested, function in class:v8::base::OS
118 // Allocate enough room to be able to store a full file name.
H A Dplatform-solaris.cc73 void* OS::Allocate(const size_t requested, function in class:v8::base::OS
H A Dplatform.h205 // Allocate/Free memory used by JS heap. Pages are readable/writable, but
208 static void* Allocate(const size_t requested,
226 // Get the Alignment guaranteed by Allocate().
/external/chromium_org/v8/src/
H A Dlist.h125 INLINE(void Allocate(int length,
H A Dscopeinfo.h157 static Handle<ModuleInfo> Allocate(Isolate* isolate, int length) { function in class:v8::internal::ModuleInfo
H A Dserialize.h293 Address Allocate(int space_index, int size) { function in class:v8::internal::Deserializer
469 int Allocate(int space, int size);
/external/chromium_org/v8/test/cctest/
H A Dcctest.cc132 virtual void* Allocate(size_t length) { return malloc(length); } function in class:CcTestArrayBufferAllocator
H A Dtest-code-stubs-mips.cc49 // Allocate an executable page of memory.
51 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
H A Dtest-code-stubs-mips64.cc49 // Allocate an executable page of memory.
51 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
H A Dtest-macro-assembler-ia32.cc53 // Allocate an executable page of memory.
55 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
H A Dtest-macro-assembler-x87.cc53 // Allocate an executable page of memory.
55 byte* buffer = static_cast<byte*>(v8::base::OS::Allocate(
/external/clang/include/clang/AST/
H A DCommentSema.h84 T *Mem = Allocator.Allocate<T>(Size);
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h222 // Allocate the memory from the BumpPtrAllocator.
223 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cc279 char *value_copy = (char*)(allocator_for_flags.Allocate(value_length + 1));
H A Dsanitizer_common.h119 void *Allocate(uptr size);
557 return alloc.Allocate(size);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc88 void *p = allocator()->Allocate(&thr->alloc_cache, sz, align);
/external/lldb/include/lldb/Expression/
H A DIRForTarget.h634 lldb::addr_t Allocate();
/external/llvm/include/llvm/ADT/
H A DImmutableList.h178 L = (ListTy*) A.Allocate<ListTy>();
H A DScopedHashTable.h65 ScopedHashTableVal *New = Allocator.template Allocate<ScopedHashTableVal>();
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp175 /// CreateMachineInstr - Allocate a new MachineInstr. Use this instead
181 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
191 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
211 /// CreateMachineBasicBlock - Allocate a new MachineBasicBlock. Use this
216 return new (BasicBlockRecycler.Allocate<MachineBasicBlock>(Allocator))
256 return Allocator.Allocate<MachineMemOperand *>(Num);
268 // Allocate a new array and populate it with the load information.
300 // Allocate a new array and populate it with the store information.
/external/libpcap/msdos/
H A Dndis_0.asm84 sub sp,&argsSize ;; Allocate space for arguments on the stack

Completed in 420 milliseconds

1234567891011>>