Home
last modified time | relevance | path

Searched refs:TypeCache (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Daccess-builder.cc46 MaybeHandle<Map>(), TypeCache::Get()->kFloat64, MachineType::Float64(), in ForHeapNumberValue()
55 MaybeHandle<Map>(), TypeCache::Get()->kInt32, MachineType::Uint32(), in ForBigIntBitfield()
65 MaybeHandle<Map>(), TypeCache::Get()->kInt32, MachineType::Uint32(), in ForBigIntOptionalPadding()
75 MaybeHandle<Map>(), TypeCache::Get()->kBigUint64, MachineType::Uint64(), in ForBigIntLeastSignificantDigit64()
153 TypeCache::Get()->kFixedArrayLengthType, in ForJSCollectionIteratorIndex()
337 TypeCache const* type_cache = TypeCache::Get(); in ForJSArrayLength()
361 MaybeHandle<Map>(), TypeCache::Get()->kUint8, MachineType::Uint32(), in ForJSArrayBufferBitField()
381 TypeCache::Get()->kJSArrayBufferViewByteLengthType, in ForJSArrayBufferViewByteLength()
393 TypeCache::Get()->kJSArrayBufferViewByteOffsetType, in ForJSArrayBufferViewByteOffset()
405 TypeCache::Get()->kJSTypedArrayLengthType, in ForJSTypedArrayLength()
[all …]
Dtype-cache.cc13 DEFINE_LAZY_LEAKY_OBJECT_GETTER(const TypeCache, TypeCache::Get)
Dtype-cache.h18 class V8_EXPORT_PRIVATE TypeCache final {
25 static TypeCache const* Get();
27 TypeCache() : zone_(&allocator, ZONE_NAME) {} in TypeCache() function
Dsimplified-lowering.h27 class TypeCache; variable
69 TypeCache const* type_cache_;
Doperation-typer.h26 class TypeCache; variable
101 TypeCache const* cache_;
Dtyped-optimization.h25 class TypeCache; variable
94 TypeCache const* type_cache_; in NON_EXPORTED_BASE()
Djs-typed-lowering.h27 class TypeCache; variable
107 TypeCache const* type_cache_; in NON_EXPORTED_BASE()
Dtyper.h55 TypeCache const* cache_;
Daccess-info.h25 class TypeCache; variable
286 TypeCache const* const type_cache_;
Djs-native-context-specialization.h37 class TypeCache; variable
266 TypeCache const* type_cache_;
Drepresentation-change.h18 class TypeCache; variable
355 TypeCache const* cache_;
Dverifier.cc1110 CheckValueInputIs(node, 0, TypeCache::Get()->kStringLengthType); in Check()
1157 CheckTypeIs(node, TypeCache::Get()->kStringLengthType); in Check()
1245 CheckTypeIs(node, TypeCache::Get()->kArgumentsLengthType); in Check()
1259 CheckValueInputIs(node, 0, TypeCache::Get()->kStringLengthType); in Check()
1429 CheckValueInputIs(node, 1, TypeCache::Get()->kPositiveSafeInteger); in Check()
1430 CheckTypeIs(node, TypeCache::Get()->kPositiveSafeInteger); in Check()
Dsimplified-lowering-verifier.cc87 } else if (type.Is(TypeCache::Get()->kSafeIntegerOrMinusZero)) { in GeneralizeTruncation()
Dtyper.cc43 cache_(TypeCache::Get()), in Typer()
2338 return TypeCache::Get()->kArgumentsLengthType; in TypeArgumentsLength()
2342 return TypeCache::Get()->kArgumentsLengthType; in TypeRestLength()
Dsimplified-lowering.cc196 TypeCache const* type_cache, Zone* type_zone) { in CanOverflowSigned32()
352 type_cache_(TypeCache::Get()), in RepresentationSelector()
1305 DCHECK(type.Is(TypeCache::Get()->kSafeInteger)); in DeoptMachineTypeOf()
4188 TypeCache const* type_cache_;
4366 type_cache_(TypeCache::Get()), in SimplifiedLowering()
Dtyped-optimization.cc32 type_cache_(TypeCache::Get()) {} in TypedOptimization()
Daccess-info.cc365 type_cache_(TypeCache::Get()), in AccessInfoFactory()
Djs-call-reducer.cc1060 DCHECK(TypeCache::Get()->kFixedDoubleArrayLengthType.Is( in TypeGuardFixedArrayLength()
1061 TypeCache::Get()->kFixedArrayLengthType)); in TypeGuardFixedArrayLength()
1063 TypeGuard(TypeCache::Get()->kFixedArrayLengthType, value)); in TypeGuardFixedArrayLength()
6311 index_access.type = TypeCache::Get()->kJSTypedArrayLengthType; in ReduceArrayIteratorPrototypeNext()
6313 index_access.type = TypeCache::Get()->kJSArrayLengthType; in ReduceArrayIteratorPrototypeNext()
7561 common()->TypeGuard(TypeCache::Get()->kFixedArrayLengthType), index, in ReduceCollectionIteratorPrototypeNext()
7625 common()->TypeGuard(TypeCache::Get()->kFixedArrayLengthType), iloop, in ReduceCollectionIteratorPrototypeNext()
Doperation-typer.cc21 : zone_(zone), cache_(TypeCache::Get()) { in OperationTyper()
Drepresentation-change.cc146 : cache_(TypeCache::Get()), in RepresentationChanger()
Djs-typed-lowering.cc463 type_cache_(TypeCache::Get()) {} in JSTypedLowering()
Djs-native-context-specialization.cc67 type_cache_(TypeCache::Get()) {} in JSNativeContextSpecialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp68 DenseMap<uint64_t, DIType *> TypeCache; in applyDebugifyMetadata() local
71 DIType *&DTy = TypeCache[Size]; in applyDebugifyMetadata()