Searched refs:GetEnumCacheKind (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object-inl.h | 487 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()
|
D | js_for_in_iterator.cpp | 86 EnumCacheKind kind = JSObject::GetEnumCacheKind(thread, taggedKeys); in NextInternal()
|
D | js_object.h | 727 static EnumCacheKind GetEnumCacheKind(JSThread *thread, TaggedArray *array); 728 static EnumCacheKind GetEnumCacheKind(JSThread *thread, JSTaggedValue enumCache);
|
D | js_object.cpp | 507 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/ |
D | fast_json_stringifier.cpp | 495 if (JSObject::GetEnumCacheKind(thread_, enumCache) == EnumCacheKind::ONLY_OWN_KEYS) { in TryCacheSerializeKeys() 780 if (JSObject::GetEnumCacheKind(thread_, enumCache) == EnumCacheKind::ONLY_OWN_KEYS) { in DefaultSerializeKeys()
|
D | json_stringifier.cpp | 648 if (JSObject::GetEnumCacheKind(thread_, enumCache) == EnumCacheKind::ONLY_OWN_KEYS) { in SerializeKeys()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_object_stub_builder.cpp | 1095 GateRef kind = GetEnumCacheKind(glue, enumCache); in GetAllEnumKeys()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_builder.h | 664 GateRef GetEnumCacheKind(GateRef glue, GateRef enumCache);
|
D | stub_builder.h | 711 GateRef GetEnumCacheKind(GateRef glue, GateRef enumCache);
|
D | mcr_circuit_builder.cpp | 1230 GateRef CircuitBuilder::GetEnumCacheKind(GateRef glue, GateRef enumCache) in GetEnumCacheKind() function in panda::ecmascript::kungfu::CircuitBuilder
|
D | stub_builder.cpp | 5991 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()
|
D | slowpath_lowering.cpp | 1868 GateRef kind = builder_.GetEnumCacheKind(glue_, keys); in LowerGetNextPropName()
|