Home
last modified time | relevance | path

Searched defs:enumCacheProto (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Denum_cache.h59 JSTaggedValue enumCacheProto) in CheckSelfAndProtoEnumCache()
Dproperty_accessor.cpp286 JSHandle<EnumCache> enumCacheProto = JSObject::GetOrCreateEnumCache(thread_, jsHClass); in GetAndSetChainKeys() local
347 …EnumCache* enumCacheProto = EnumCache::Cast(proto.GetTaggedObject()->GetClass()->GetEnumCache(thre… in GetKeysFastWithPrototypeChainEnumCache() local
Djs_object.cpp2812 JSTaggedValue enumCacheProto = current.GetTaggedObject()->GetClass()->GetEnumCache(thread); in IsProtoChainCacheValid() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp9380 GateRef enumCacheProto = GetEnumCacheFromHClass(glue, protoHClass); in IsSimpleEnumCacheValid() local
9449 GateRef enumCacheProto = GetEnumCacheFromHClass(glue, protoHClass); in IsProtoChainCacheValid() local