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

<<111213141516

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 362 ileAllocator.Allocate(sizeof(IndexListEntry),
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 202 new(Allocator.Allocate()) DomainValue :
  /external/v8/src/
platform-cygwin.cc 152 void* OS::Allocate(const size_t requested,
159 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
260 // Allocate enough room to be able to store a full file name.
platform-macos.cc 150 void* OS::Allocate(const size_t requested,
162 LOG(Isolate::Current(), StringEvent("OS::Allocate", "mmap failed"));
platform-solaris.cc 179 void* OS::Allocate(const size_t requested,
187 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
objects.cc     [all...]
  /external/chromium_org/chrome_frame/
chrome_active_document.cc 758 url_.Allocate(UTF8ToWide(new_navigation_info.url.spec()).c_str());
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc     [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.h 726 // Allocate an object in new space or old pointer space. The object_size is
733 void Allocate(int object_size,
740 void Allocate(Register object_size,
    [all...]
lithium-arm.h 46 V(Allocate) \
    [all...]
  /external/chromium_org/v8/src/
full-codegen.cc 616 interface->Allocate(scope->module_var()->index());
678 // 1. Allocate: for each module _literal_, allocate the module contexts and
708 // This is a scope hosting modules. Allocate a descriptor array to pass
710 Comment cmnt(masm_, "[ Allocate modules");
803 interface->Allocate(scope->module_var()->index());
    [all...]
spaces.cc 632 // Allocate executable memory either from code range or from the
    [all...]
objects.cc     [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h 479 // Allocate an object in new space or old pointer space. The object_size is
486 void Allocate(int object_size,
493 void Allocate(Register object_size,
    [all...]
macro-assembler-mips.cc     [all...]
lithium-mips.h 46 V(Allocate) \
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 470 Entry = Alloc.Allocate<PDFileEntry>();
475 // Allocate persistent storage for the file name.
476 char *FileName_cstr = (char*) Alloc.Allocate(FileName.size(), 1);
    [all...]
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 109 MappedFile *data_region = MappedFile::Allocate(size);
408 MappedFile *data_region = MappedFile::Allocate(storage);
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Decl.cpp     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 373 // Allocate an object which will be reclaimed when the pool is
377 template<typename Type> Type* Allocate();
379 // Allocate an array of objects which will be reclaimed when the
383 // Allocate a string which will be destroyed when the pool is destroyed.
387 // Allocate a protocol message object. Some older versions of GCC have
393 // Allocate a FileDescriptorTables object.
414 // Allocate some bytes which will be reclaimed when the pool is
706 Type* DescriptorPool::Tables::Allocate() {
    [all...]
  /art/runtime/gc/
heap.cc 173 // Allocate the large object space.
190 // Allocate the card table.
577 obj = Allocate(self, large_object_space_, byte_count, &bytes_allocated);
584 obj = Allocate(self, alloc_space_, byte_count, &bytes_allocated);
585 // Ensure that we did not allocate into a zygote space.
616 oss << "Failed to allocate a " << byte_count << " byte allocation with " << total_bytes_free
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 46 V(Allocate) \
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 46 V(Allocate) \
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc     [all...]

Completed in 731 milliseconds

<<111213141516