HomeSort by relevance Sort by last modified time
    Searched refs:Allocate (Results 226 - 250 of 383) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 726 // Allocate HandleScope in callee-save registers.
    [all...]
macro-assembler-x64.h     [all...]
  /external/chromium_org/cc/output/
direct_renderer.cc 388 !texture->Allocate(size,
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 27 // Max number of video buffers VideoCaptureDeviceLinux can allocate.
200 void VideoCaptureDeviceLinux::Allocate(
384 SetErrorState("Allocate buffer failed");
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 342 void VideoCaptureDeviceMFWin::Allocate(
  /external/chromium_org/v8/src/
compilation-cache.cc 70 CompilationCacheTable::Allocate(isolate->heap(), size),
lithium-allocator.h 424 bool Allocate(LChunk* chunk);
lithium.cc 436 if (!allocator.Allocate(chunk)) {
platform-cygwin.cc 104 void* OS::Allocate(const size_t requested,
111 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
180 // Allocate enough room to be able to store a full file name.
256 // The address range used to randomize RWX allocations in OS::Allocate
platform-macos.cc 118 void* OS::Allocate(const size_t requested,
130 LOG(Isolate::Current(), StringEvent("OS::Allocate", "mmap failed"));
platform-openbsd.cc 110 void* OS::Allocate(const size_t requested,
119 StringEvent("OS::Allocate", "mmap failed"));
188 // Allocate enough room to be able to store a full file name.
platform-solaris.cc 127 void* OS::Allocate(const size_t requested,
135 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
platform.h 256 // Allocate/Free memory used by JS heap. Pages are readable/writable, but
259 static void* Allocate(const size_t requested,
277 // Get the Alignment guaranteed by Allocate().
281 // has been allocated by Allocate(). This method may conservatively
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 181 insert(Buckets, NumBuckets, new (BA.Allocate<Item>()) Item(key, data,
  /external/clang/include/clang/Sema/
Overload.h 753 .Allocate<ImplicitConversionSequence>(NumConversions);
  /external/clang/lib/Basic/
IdentifierTable.cpp 540 (MultiKeywordSelector*)SelTabImpl.Allocator.Allocate(Size,
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 35 = (char*)PPRec.Allocate(FileName.size() + 1, llvm::alignOf<char>());
  /external/clang/tools/libclang/
IndexingContext.h 43 T *allocate();
260 /// \brief Retain/Release only useful when we allocate a AttrListInfo from the
522 inline T *ScratchAlloc::allocate() { function in class:clang::cxindex::ScratchAlloc
523 return IdxCtx.StrScratch.Allocate<T>();
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 698 /// Allocate - assign the topological index to the node n.
699 void Allocate(int n, int index);
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 121 (Allocator.Allocate(Info->NumPreds * sizeof(BBInfo*),
  /external/v8/src/
compilation-cache.cc 70 CompilationCacheTable::Allocate(size),
lithium-allocator.h 448 bool Allocate(LChunk* chunk);
serialize.cc 595 Address Deserializer::Allocate(int space_index, Space* space, int size) {
739 Address address = Allocate(space_number, space, size);
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
print_system_win.cc 68 void Allocate(int size) {
137 dev_mode->Allocate(size);
  /external/chromium_org/third_party/ots/src/
ots.cc 74 uint8_t* Allocate(size_t length) {
530 table_data = arena.Allocate(table_length);

Completed in 981 milliseconds

1 2 3 4 5 6 7 8 91011>>