/arkcompiler/ets_runtime/ecmascript/tests/ |
D | layout_info_test.cpp | 94 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/ |
D | subtyping_operator-inl.h | 31 return objLayout->FindElementWithCache(thread, obj, key, obj->NumberOfProps()); in GetElementByKey() 58 int index = objLayout->FindElementWithCache(thread, obj, key, obj->NumberOfProps()); in IsLegalElement()
|
D | layout_info.h | 80 …int FindElementWithCache(const JSThread *thread, JSHClass *cls, JSTaggedValue key, int propertiesN…
|
D | vtable.cpp | 39 …int entry = layoutInfo->FindElementWithCache(thread, phcPoint, name.GetTaggedValue(), propsNumber); in CreateTuple()
|
D | layout_info-inl.h | 97 inline int LayoutInfo::FindElementWithCache(const JSThread *thread, JSHClass *cls, JSTaggedValue ke… in FindElementWithCache() function
|
D | js_hclass-inl.h | 242 int entry = layout->FindElementWithCache(thread, hclass, key, propsNumber); in FindPropertyEntry()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_lazy_callback.cpp | 226 … int entry = layoutInfo->FindElementWithCache(thread, hclass, key.GetTaggedValue(), propsNumber); in ITERATE_INTL()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | call_signature.h | 434 V(FindElementWithCache) \
|
D | stub_builder.h | 436 GateRef FindElementWithCache(GateRef glue, GateRef layoutInfo, GateRef hClass,
|
D | call_signature.cpp | 1649 DEF_CALL_SIGNATURE(FindElementWithCache) in DEF_CALL_SIGNATURE() argument
|
D | stub_builder.cpp | 112 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/ |
D | runtime_stubs.h | 118 V(FindElementWithCache) \ 379 static int32_t FindElementWithCache(uintptr_t argGlue, JSTaggedType hclass,
|
D | runtime_stubs.cpp | 2111 int32_t RuntimeStubs::FindElementWithCache(uintptr_t argGlue, JSTaggedType hclass, in FindElementWithCache() function in panda::ecmascript::RuntimeStubs
|