Searched refs:type_cache (Results 1 – 3 of 3) sorted by relevance
125 *type_cache = (SplayTreeInfo *) NULL; variable289 ResetSplayTreeIterator(type_cache); in GetTypeInfo()290 type_info=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfo()294 type_info=(const TypeInfo *) GetValueFromSplayTree(type_cache,name); in GetTypeInfo()380 if (type_cache == (SplayTreeInfo *) NULL) in GetTypeInfoByFamily()384 ResetSplayTreeIterator(type_cache); in GetTypeInfoByFamily()386 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()391 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()399 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()406 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()[all …]
281 MagickExport MagickBooleanType NTAcquireTypeCache(SplayTreeInfo *type_cache, in NTAcquireTypeCache() argument541 status=AddValueToSplayTree(type_cache,type_info->name,type_info); in NTAcquireTypeCache()
224 TypeCache const& type_cache = TypeCache::Get(); in ForJSArrayLength() local229 type_cache.kJSArrayLengthType, in ForJSArrayLength()233 access.type = type_cache.kFixedDoubleArrayLengthType; in ForJSArrayLength()236 access.type = type_cache.kFixedArrayLengthType; in ForJSArrayLength()