Home
last modified time | relevance | path

Searched refs:FindElementWithCache (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dlayout_info_test.cpp94 HWTEST_F_L0(LayoutInfoTest, FindElementWithCache) in HWTEST_F_L0() argument
115 …result = layoutInfoHandle->FindElementWithCache(thread, nullptr, key1.GetTaggedValue(), properties… in HWTEST_F_L0()
117 …result = layoutInfoHandle->FindElementWithCache(thread, nullptr, key5.GetTaggedValue(), properties… in HWTEST_F_L0()
127 …result = newLayoutInfo->FindElementWithCache(thread, nullptr, key4.GetTaggedValue(), newProperties… in HWTEST_F_L0()
129 …result = newLayoutInfo->FindElementWithCache(thread, nullptr, key10.GetTaggedValue(), newPropertie… in HWTEST_F_L0()
131 …result = newLayoutInfo->FindElementWithCache(thread, nullptr, key5.GetTaggedValue(), newProperties… in HWTEST_F_L0()
133 …result = newLayoutInfo->FindElementWithCache(thread, nullptr, key11.GetTaggedValue(), newPropertie… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator-inl.h31 return objLayout->FindElementWithCache(thread, obj, key, obj->NumberOfProps()); in GetElementByKey()
58 int index = objLayout->FindElementWithCache(thread, obj, key, obj->NumberOfProps()); in IsLegalElement()
Dlayout_info.h80 …int FindElementWithCache(const JSThread *thread, JSHClass *cls, JSTaggedValue key, int propertiesN…
Dvtable.cpp39 …int entry = layoutInfo->FindElementWithCache(thread, phcPoint, name.GetTaggedValue(), propsNumber); in CreateTuple()
Dlayout_info-inl.h97 inline int LayoutInfo::FindElementWithCache(const JSThread *thread, JSHClass *cls, JSTaggedValue ke… in FindElementWithCache() function
Djs_hclass-inl.h242 int entry = layout->FindElementWithCache(thread, hclass, key, propsNumber); in FindPropertyEntry()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_lazy_callback.cpp226 … int entry = layoutInfo->FindElementWithCache(thread, hclass, key.GetTaggedValue(), propsNumber); in ITERATE_INTL()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h434 V(FindElementWithCache) \
Dstub_builder.h436 GateRef FindElementWithCache(GateRef glue, GateRef layoutInfo, GateRef hClass,
Dcall_signature.cpp1649 DEF_CALL_SIGNATURE(FindElementWithCache) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp112 GateRef StubBuilder::FindElementWithCache(GateRef glue, GateRef layoutInfo, GateRef hclass, in FindElementWithCache() function in panda::ecmascript::kungfu::StubBuilder
167 result = CallNGCRuntime(glue, RTSTUB_ID(FindElementWithCache), { glue, hclass, key, propsNum }); in FindElementWithCache()
2456 GateRef entryA = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum); in GetPropertyByName()
2955 GateRef entry = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum); in SetPropertyByName()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h118 V(FindElementWithCache) \
379 static int32_t FindElementWithCache(uintptr_t argGlue, JSTaggedType hclass,
Druntime_stubs.cpp2111 int32_t RuntimeStubs::FindElementWithCache(uintptr_t argGlue, JSTaggedType hclass, in FindElementWithCache() function in panda::ecmascript::RuntimeStubs