Home
last modified time | relevance | path

Searched defs:enumCache (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.cpp494 JSTaggedValue enumCache = jsHclass->GetEnumCache(); in TryCacheSerializeKeys() local
779 JSTaggedValue enumCache = jsHclass->GetEnumCache(); in DefaultSerializeKeys() local
Djson_stringifier.cpp647 JSTaggedValue enumCache = jsHclass->GetEnumCache(); in SerializeKeys() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h492 inline EnumCacheKind JSObject::GetEnumCacheKind(JSThread *thread, JSTaggedValue enumCache) in GetEnumCacheKind()
Djs_object.cpp506 JSTaggedValue enumCache = jsHclass->GetEnumCache(); in GetAllEnumKeys() local
2439 JSTaggedValue enumCache = obj.GetTaggedObject()->GetClass()->GetEnumCache(); in TryGetEnumCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1094 GateRef enumCache = GetEnumCacheFromHClass(hclass); in GetAllEnumKeys() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp675 GateRef enumCache = TryGetEnumCache(glue, *object); in EnumerateObjectProperties() local
Dmcr_circuit_builder.cpp1230 GateRef CircuitBuilder::GetEnumCacheKind(GateRef glue, GateRef enumCache) in GetEnumCacheKind()
Dstub_builder.cpp5991 GateRef StubBuilder::GetEnumCacheKind(GateRef glue, GateRef enumCache) in GetEnumCacheKind()
6533 GateRef enumCache = GetEnumCacheFromHClass(hclass); in TryGetEnumCache() local