Home
last modified time | relevance | path

Searched refs:GetEnumCacheKind (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h487 inline EnumCacheKind JSObject::GetEnumCacheKind(JSThread *thread, TaggedArray *array) in GetEnumCacheKind() function
492 inline EnumCacheKind JSObject::GetEnumCacheKind(JSThread *thread, JSTaggedValue enumCache) in GetEnumCacheKind() function
502 return JSObject::GetEnumCacheKind(thread, array); in GetEnumCacheKind()
Djs_for_in_iterator.cpp86 EnumCacheKind kind = JSObject::GetEnumCacheKind(thread, taggedKeys); in NextInternal()
Djs_object.h727 static EnumCacheKind GetEnumCacheKind(JSThread *thread, TaggedArray *array);
728 static EnumCacheKind GetEnumCacheKind(JSThread *thread, JSTaggedValue enumCache);
Djs_object.cpp507 if (JSObject::GetEnumCacheKind(thread, enumCache) == EnumCacheKind::ONLY_OWN_KEYS) { in GetAllEnumKeys()
2440 EnumCacheKind kind = JSObject::GetEnumCacheKind(thread, enumCache); in TryGetEnumCache()
/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.cpp495 if (JSObject::GetEnumCacheKind(thread_, enumCache) == EnumCacheKind::ONLY_OWN_KEYS) { in TryCacheSerializeKeys()
780 if (JSObject::GetEnumCacheKind(thread_, enumCache) == EnumCacheKind::ONLY_OWN_KEYS) { in DefaultSerializeKeys()
Djson_stringifier.cpp648 if (JSObject::GetEnumCacheKind(thread_, enumCache) == EnumCacheKind::ONLY_OWN_KEYS) { in SerializeKeys()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1095 GateRef kind = GetEnumCacheKind(glue, enumCache); in GetAllEnumKeys()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h664 GateRef GetEnumCacheKind(GateRef glue, GateRef enumCache);
Dstub_builder.h711 GateRef GetEnumCacheKind(GateRef glue, GateRef enumCache);
Dmcr_circuit_builder.cpp1230 GateRef CircuitBuilder::GetEnumCacheKind(GateRef glue, GateRef enumCache) in GetEnumCacheKind() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp5991 GateRef StubBuilder::GetEnumCacheKind(GateRef glue, GateRef enumCache) in GetEnumCacheKind() function in panda::ecmascript::kungfu::StubBuilder
5993 return env_->GetBuilder()->GetEnumCacheKind(glue, enumCache); in GetEnumCacheKind()
6026 GateRef kind = GetEnumCacheKind(glue, keys); in NextInternal()
6534 GateRef kind = GetEnumCacheKind(glue, enumCache); in TryGetEnumCache()
Dslowpath_lowering.cpp1868 GateRef kind = builder_.GetEnumCacheKind(glue_, keys); in LowerGetNextPropName()