Searched refs:TypeCache (Results 1 - 25 of 28) sorted by relevance

12

/external/v8/src/compiler/
H A Dtype-cache.cc15 base::LazyInstance<TypeCache>::type kCache = LAZY_INSTANCE_INITIALIZER;
20 TypeCache const& TypeCache::Get() { return kCache.Get(); }
H A Djs-global-object-specialization.h23 class TypeCache;
56 TypeCache const& type_cache_;
H A Dtyped-optimization.h26 class TypeCache;
67 TypeCache const& type_cache_;
H A Daccess-builder.cc39 TypeCache::Get().kFloat64,
193 TypeCache const& type_cache = TypeCache::Get();
225 MaybeHandle<Name>(), TypeCache::Get().kUint8,
246 TypeCache::Get().kPositiveInteger,
257 TypeCache::Get().kPositiveInteger,
268 TypeCache::Get().kJSTypedArrayLengthType,
279 TypeCache::Get().kJSDateValueType,
338 TypeCache::Get().kFixedArrayLengthType,
393 Handle<Name>(), TypeCache
[all...]
H A Doperation-typer.h24 class TypeCache;
79 TypeCache const& cache_;
H A Dtype-cache.h15 class TypeCache final {
22 static TypeCache const& Get();
24 TypeCache() : zone_(&allocator, ZONE_NAME) {} function in class:v8::internal::compiler::final
H A Dsimplified-lowering.h21 class TypeCache;
55 TypeCache const& type_cache_;
H A Dtyper.h50 TypeCache const& cache_;
H A Djs-typed-lowering.h28 class TypeCache;
100 TypeCache const& type_cache_;
H A Daccess-info.h26 class TypeCache;
165 TypeCache const& type_cache_;
H A Djs-builtin-reducer.h28 class TypeCache;
129 TypeCache const& type_cache_;
H A Djs-native-context-specialization.h31 class TypeCache;
171 TypeCache const& type_cache_;
H A Djs-global-object-specialization.cc35 type_cache_(TypeCache::Get()) {}
H A Dtyped-optimization.cc28 type_cache_(TypeCache::Get()) {}
H A Daccess-info.cc193 type_cache_(TypeCache::Get()),
H A Doperation-typer.cc20 : zone_(zone), cache_(TypeCache::Get()) {
H A Dsimplified-lowering.cc277 type_cache_(TypeCache::Get()),
2686 TypeCache const& type_cache_;
2701 type_cache_(TypeCache::Get()),
H A Djs-builtin-reducer.cc106 type_cache_(TypeCache::Get()) {}
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
H A DTypeCachingBytecodeGenerator.java7 import net.bytebuddy.TypeCache;
20 private final TypeCache<SerializationFeatureKey> typeCache;
24 typeCache = new TypeCache.WithInlineExpunction<SerializationFeatureKey>(weak ? TypeCache.Sort.WEAK : TypeCache.Sort.SOFT);
50 private static class SerializationFeatureKey extends TypeCache.SimpleKey {
/external/clang/lib/CodeGen/
H A DCGBuilder.h48 const CodeGenTypeCache &TypeCache; member in class:clang::CodeGen::CGBuilderTy
50 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::LLVMContext &C) argument
51 : CGBuilderBaseTy(C), TypeCache(TypeCache) {}
52 CGBuilderTy(const CodeGenTypeCache &TypeCache, argument
55 : CGBuilderBaseTy(C, F, Inserter), TypeCache(TypeCache) {}
56 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::Instruction *I) argument
57 : CGBuilderBaseTy(I), TypeCache(TypeCache) {}
58 CGBuilderTy(const CodeGenTypeCache &TypeCache, llvm::BasicBlock *BB) argument
[all...]
H A DCodeGenTypes.cpp245 if (TypeCache.count(ED->getTypeForDecl())) {
250 TypeCache.clear();
281 TypeCache.clear();
370 TypeCache.clear();
389 llvm::DenseMap<const Type *, llvm::Type *>::iterator TCI = TypeCache.find(Ty);
391 if (TCI != TypeCache.end())
645 TypeCache[Ty] = ResultType;
710 TypeCache.clear();
H A DCodeGenTypes.h163 llvm::DenseMap<const Type *, llvm::Type *> TypeCache; member in class:clang::CodeGen::CodeGenTypes
H A DCGDebugInfo.cpp1172 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType);
1180 TypeCache[ThisPtr.getAsOpaquePtr()].reset(ThisPtrType);
1585 auto I = TypeCache.find(TyPtr);
1586 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl())
1590 TypeCache[TyPtr].reset(Res);
1621 auto I = TypeCache.find(TyPtr);
1622 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl())
1626 TypeCache[TyPtr].reset(Res);
1908 TypeCache[QTy.getAsOpaquePtr()].reset(RealDecl);
2318 auto it = TypeCache
[all...]
H A DCGDebugInfo.h77 llvm::DenseMap<const void *, llvm::TrackingMDRef> TypeCache; member in class:clang::CodeGen::CGDebugInfo
168 /// Look up the completed type for a self pointer in the TypeCache and
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 518 milliseconds

12