HomeSort by relevance Sort by last modified time
    Searched defs:getAllocator (Results 1 - 20 of 20) sorted by null

  /hardware/qcom/display/libgralloc/
alloc_controller.cpp 243 IMemAlloc* IonController::getAllocator(int flags)
381 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
mapper.cpp 50 static IMemAlloc* getAllocator(int flags)
54 memalloc = alloc_ctrl->getAllocator(flags);
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
100 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
220 IMemAlloc* memalloc = getAllocator(hnd->flags) ;
285 IMemAlloc* memalloc = getAllocator(hnd->flags);
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); }
223 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity);
  /external/llvm/include/llvm/ADT/
ImmutableList.h 151 BumpPtrAllocator& getAllocator() const {
163 if (ownsAllocator()) delete &getAllocator();
177 BumpPtrAllocator& A = getAllocator();
ScopedHashTable.h 172 AllocatorRefTy getAllocator() { return Allocator; }
173 AllocatorCRefTy getAllocator() const { return Allocator; }
250 ThisEntry->Destroy(HT.getAllocator());
StringMap.h 259 AllocatorRefTy getAllocator() { return Allocator; }
260 AllocatorCRefTy getAllocator() const { return Allocator; }
ImmutableSet.h 381 BumpPtrAllocator& getAllocator() const {
397 if (ownsAllocator()) delete &getAllocator();
464 BumpPtrAllocator& A = getAllocator();
1003 BumpPtrAllocator& getAllocator() { return F.getAllocator(); }
    [all...]
  /external/skia/legacy/include/images/
SkImageDecoder.h 146 SkBitmap::Allocator* getAllocator() const { return fAllocator; }
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.h 261 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { }
268 return getAllocator().allocate(n);
271 return getAllocator().allocate(n);
276 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
279 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
287 bool operator==(const pool_allocator& rhs) const { return &getAllocator() == &rhs.getAllocator(); }
288 bool operator!=(const pool_allocator& rhs) const { return &getAllocator() != &rhs.getAllocator(); }
294 TPoolAllocator& getAllocator() const { return allocator;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 493 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
ExplodedGraph.h 356 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); }
MemRegion.h     [all...]
  /external/skia/include/images/
SkImageDecoder.h 155 SkBitmap::Allocator* getAllocator() const { return fAllocator; }
  /external/clang/include/clang/Basic/
IdentifierTable.h 445 llvm::BumpPtrAllocator& getAllocator() {
446 return HashTable.getAllocator();
469 void *Mem = getAllocator().Allocate<IdentifierInfo>();
501 void *Mem = getAllocator().Allocate<IdentifierInfo>();
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 548 = Results[I].CreateCodeCompletionString(S, getAllocator(),
626 = Candidates[I].CreateSignatureString(CurrentArg, S, getAllocator(),
636 virtual CodeCompletionAllocator &getAllocator() {
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 805 llvm::BumpPtrAllocator& getAllocator() {
806 return BlkBVC.getAllocator();
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 450 llvm::BumpPtrAllocator &getAllocator() const {
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 262 CodeCompletionAllocator &getAllocator() const { return Allocator; }
    [all...]

Completed in 407 milliseconds