HomeSort by relevance Sort by last modified time
    Searched refs:getAllocator (Results 1 - 25 of 43) sorted by null

1 2

  /hardware/qcom/display/libgralloc/
alloc_controller.h 46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int 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);
alloc_controller.cpp 243 IMemAlloc* IonController::getAllocator(int flags)
381 IMemAlloc* memalloc = sAlloc->getAllocator(hnd->flags);
  /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/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/clang/lib/Sema/
SemaCodeComplete.cpp 262 CodeCompletionAllocator &getAllocator() const { return Allocator; }
    [all...]
CodeCompleteConsumer.cpp 333 void *Mem = getAllocator().Allocate(
451 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
469 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
495 getAllocator(), CCTUInfo)) {
  /external/clang/lib/AST/
RawCommentList.cpp 167 comments::Lexer L(Context.getAllocator(), Context.getCommentCommandTraits(),
170 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
175 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(),
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 545 CodeCompletionAllocator &getAllocator() const {
597 CodeCompletionAllocator &getAllocator() const { return Allocator; }
    [all...]
  /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>();
  /hardware/qcom/display/liboverlay/
overlayMem.h 161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
  /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/skia/legacy/include/images/
SkImageDecoder.h 146 SkBitmap::Allocator* getAllocator() const { return fAllocator; }
  /frameworks/compile/slang/
slang_rs_export_element.cpp 49 ElementInfoMap.getAllocator(), \
slang_rs_context.cpp 275 mExportTypes.getAllocator(),
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 356 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); }
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 248 V = G.getAllocator().Allocate<ExplodedNodeVector>();
314 V = (NodeTy*) getAllocator().Allocate<NodeTy>();
  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /external/llvm/unittests/ADT/
StringMapTest.cpp 219 testMap.getAllocator(), 1u));
  /external/skia/include/images/
SkImageDecoder.h 155 SkBitmap::Allocator* getAllocator() const { return fAllocator; }
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 258 JavaPixelAllocator* allocator = (JavaPixelAllocator*) decoder->getAllocator();
  /external/llvm/include/llvm/Support/
YAMLParser.h 132 BumpPtrAllocator &getAllocator();

Completed in 308 milliseconds

1 2