HomeSort by relevance Sort by last modified time
    Searched refs:Allocate (Results 101 - 125 of 176) sorted by null

1 2 3 45 6 7 8

  /external/clang/lib/Lex/
PreprocessingRecord.cpp 35 = (char*)PPRec.Allocate(FileName.size() + 1, llvm::alignOf<char>());
PTHLexer.cpp 524 // Get the number of IdentifierInfos and pre-allocate the identifier cache.
527 // Pre-allocate the persistent ID -> IdentifierInfo* cache. We use calloc()
535 InvalidPTH(Diags, "Could not allocate memory for processing PTH file");
558 // Allocate the object.
560 Alloc.Allocate<std::pair<IdentifierInfo,const unsigned char*> >();
  /external/clang/tools/libclang/
IndexingContext.h 42 T *allocate();
259 /// \brief Retain/Release only useful when we allocate a AttrListInfo from the
519 inline T *ScratchAlloc::allocate() { function in class:clang::cxindex::ScratchAlloc
520 return IdxCtx.StrScratch.Allocate<T>();
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 716 /// Allocate - assign the topological index to the node n.
717 void Allocate(int n, int index);
SlotIndexes.h 334 ileAllocator.Allocate(sizeof(IndexListEntry),
  /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...]
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"));
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 145 char *StrPtr = DebugInfoNames.Allocate<char>(NS.size());
168 char *StrPtr = DebugInfoNames.Allocate<char>(OS.tell());
177 char *StrPtr = DebugInfoNames.Allocate<char>(SName.size());
213 char *StrPtr = DebugInfoNames.Allocate<char>(Length);
286 char *CompDirnamePtr = DebugInfoNames.Allocate<char>(CWD.size());
312 char *FilenamePtr = DebugInfoNames.Allocate<char>(MainFileName.length());
318 char *SplitDwarfPtr = DebugInfoNames.Allocate<char>(SplitDwarfFile.length());
    [all...]
  /external/llvm/lib/IR/
Type.cpp 371 Allocate(sizeof(FunctionType) + sizeof(Type*) * (Params.size() + 1),
434 Type **Elts = getContext().pImpl->TypeAllocator.Allocate<Type*>(NumElements);
  /external/v8/test/mjsunit/
large-object-allocation.js 28 // Allocate a very large object that is guaranteed to overflow the
  /external/clang/lib/Basic/
SourceManager.cpp 447 Entry = ContentCacheAlloc.Allocate<ContentCache>(1, EntryAlign);
479 ContentCache *Entry = ContentCacheAlloc.Allocate<ContentCache>(1, EntryAlign);
    [all...]
FileManager.cpp 638 char *Mem = static_cast<char *>(CanonicalNameStorage.Allocate(Len, 1));
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 937 void *allocate() { function in class:clang::ento::CallEventManager
939 return Alloc.Allocate<FunctionCall>();
946 return new (allocate()) T(A, St, LCtx);
951 return new (allocate()) T(A1, A2, St, LCtx);
957 return new (allocate()) T(A1, A2, A3, St, LCtx);
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
NestedNameSpecifier.cpp 630 void *Mem = Context.Allocate(BufferSize, llvm::alignOf<void *>());
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 450 DeclVec *BV = (DeclVec*) A.Allocate<DeclVec>();
  /external/libffi/src/mips/
n32.S 68 # Allocate at least 4 words in the argstack
o32.S 64 # Allocate at least 4 words in the argstack
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 202 new(Allocator.Allocate()) DomainValue :
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 399 Entry = Alloc.Allocate<PDFileEntry>();
404 // Allocate persistent storage for the file name.
405 char *FileName_cstr = (char*) Alloc.Allocate(FileName.size(), 1);
    [all...]

Completed in 2781 milliseconds

1 2 3 45 6 7 8