Searched refs:type_cache (Results 1 – 3 of 3) sorted by relevance
126 *type_cache = (SplayTreeInfo *) NULL; variable283 return((const TypeInfo *) GetRootValueFromSplayTree(type_cache)); in GetTypeInfo()284 return((const TypeInfo *) GetValueFromSplayTree(type_cache,name)); in GetTypeInfo()368 if (type_cache == (SplayTreeInfo *) NULL) in GetTypeInfoByFamily()372 ResetSplayTreeIterator(type_cache); in GetTypeInfoByFamily()374 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()379 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()387 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()394 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()399 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()[all …]
126 MagickExport MagickBooleanType NTAcquireTypeCache(SplayTreeInfo *type_cache, in NTAcquireTypeCache() argument384 status=AddValueToSplayTree(type_cache,type_info->name,type_info); in NTAcquireTypeCache()
307 TypeCache const& type_cache = TypeCache::Get(); in ForJSArrayLength() local312 type_cache.kJSArrayLengthType, in ForJSArrayLength()316 access.type = type_cache.kFixedDoubleArrayLengthType; in ForJSArrayLength()319 access.type = type_cache.kFixedArrayLengthType; in ForJSArrayLength()