Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dfast_json_stringifier.cpp500 JSTaggedValue enumCache = jsHclass->GetEnumCache(); in TryCacheSerializeKeysFromPropertiesArray() local
804 JSTaggedValue enumCache = jsHclass->GetEnumCache(); in DefaultSerializeKeys() local
817 bool FastJsonStringifier::SerializeKeysFromCache(const JSHandle<JSObject> &obj, JSTaggedValue enumCache, in SerializeKeysFromCache() argument
H A Djson_stringifier.cpp672 JSTaggedValue enumCache = jsHclass->GetEnumCache(); in SerializeKeys() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object-inl.h505 inline EnumCacheKind JSObject::GetEnumCacheKind(JSThread *thread, JSTaggedValue enumCache) in GetEnumCacheKind() argument
H A Djs_object.cpp560 JSTaggedValue enumCache = jsHclass->GetEnumCache(); in GetAllEnumKeys() local
2598 JSTaggedValue enumCache = obj.GetTaggedObject()->GetClass()->GetEnumCache(); in TryGetEnumCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1041 GateRef enumCache = GetEnumCacheFromHClass(hclass); in GetAllEnumKeys() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1444 GateRef CircuitBuilder::GetEnumCacheKind(GateRef glue, GateRef enumCache) in GetEnumCacheKind() argument
H A Dnew_object_stub_builder.cpp1196 GateRef enumCache = TryGetEnumCache(glue, *object); in EnumerateObjectProperties() local
H A Dstub_builder.cpp7847 GateRef StubBuilder::GetEnumCacheKind(GateRef glue, GateRef enumCache) in GetEnumCacheKind() argument
8270 GateRef enumCache = GetEnumCacheFromHClass(hclass); in TryGetEnumCache() local

Completed in 39 milliseconds