HomeSort by relevance Sort by last modified time
    Searched refs:TypeCache (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 238 if (TypeCache.count(ED->getTypeForDecl())) {
243 TypeCache.clear();
301 llvm::DenseMap<const Type *, llvm::Type *>::iterator TCI = TypeCache.find(Ty);
303 if (TCI != TypeCache.end())
531 TypeCache.clear();
611 TypeCache[Ty] = ResultType;
675 TypeCache.clear();
CodeGenTypes.h 106 /// TypeCache - This map keeps cache of llvm::Types
108 llvm::DenseMap<const Type *, llvm::Type *> TypeCache;
CGDebugInfo.cpp     [all...]
CGDebugInfo.h 67 /// TypeCache - Cache of previously constructed Types.
68 llvm::DenseMap<const void *, llvm::WeakVH> TypeCache;
  /art/runtime/
debugger.h 196 class TypeCache {
703 static TypeCache type_cache_ GUARDED_BY(Locks::alloc_tracker_lock_);
debugger.cc 108 jobject Dbg::TypeCache::Add(mirror::Class* t) {
126 void Dbg::TypeCache::Clear() {
325 Dbg::TypeCache Dbg::type_cache_;
    [all...]

Completed in 272 milliseconds