Searched refs:type_cache (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_interp.h | 25 #include "pycore_typeobject.h" // struct type_cache 176 struct type_cache type_cache; member
|
H A D | pycore_typeobject.h | 33 struct type_cache { struct
|
/third_party/node/deps/v8/src/compiler/ |
H A D | access-builder.cc | 337 TypeCache const* type_cache = TypeCache::Get(); in ForJSArrayLength() local 342 type_cache->kJSArrayLengthType, in ForJSArrayLength() 346 access.type = type_cache->kFixedDoubleArrayLengthType; in ForJSArrayLength() 350 access.type = type_cache->kFixedArrayLengthType; in ForJSArrayLength()
|
H A D | simplified-lowering.cc | 196 TypeCache const* type_cache, Zone* type_zone) { in CanOverflowSigned32() 201 left = Type::Union(left, type_cache->kSingletonZero, type_zone); in CanOverflowSigned32() 204 right = Type::Union(right, type_cache->kSingletonZero, type_zone); in CanOverflowSigned32() 195 CanOverflowSigned32(const Operator* op, Type left, Type right, TypeCache const* type_cache, Zone* type_zone) CanOverflowSigned32() argument
|
/third_party/python/Objects/ |
H A D | typeobject.c | 12 #include "pycore_typeobject.h" // struct type_cache 203 static struct type_cache* 207 return &interp->type_cache; in get_type_cache() 212 type_cache_clear(struct type_cache *cache, PyObject *value) in type_cache_clear() 226 struct type_cache *cache = &interp->type_cache; in _PyType_InitCache() 243 struct type_cache *cache = &interp->type_cache; in _PyType_ClearCache() 275 struct type_cache *cache = &interp->type_cache; in _PyTypes_Fini() [all...] |
Completed in 15 milliseconds