| /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 | vtable.cpp | 41 …int entry = layoutInfo->FindElementWithCache(thread, phcPoint, name.GetTaggedValue(), propsNumber); in CreateTuple()
|
| D | layout_info.h | 86 …int FindElementWithCache(const JSThread *thread, JSHClass *cls, JSTaggedValue key, int propertiesN…
|
| 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 | 291 int entry = layout->FindElementWithCache(thread, hclass, key, propsNumber); in FindPropertyEntry()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_lazy_callback.cpp | 231 … int entry = layoutInfo->FindElementWithCache(thread, hclass, key.GetTaggedValue(), propsNumber); in ITERATE_INTL()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.h | 448 V(FindElementWithCache) \
|
| D | stub_builder.h | 510 GateRef FindElementWithCache(GateRef glue, GateRef layoutInfo, GateRef hClass,
|
| D | call_signature.cpp | 1936 DEF_CALL_SIGNATURE(FindElementWithCache) in DEF_CALL_SIGNATURE() argument
|
| D | stub_builder.cpp | 179 GateRef StubBuilder::FindElementWithCache(GateRef glue, GateRef layoutInfo, GateRef hclass, in FindElementWithCache() function in panda::ecmascript::kungfu::StubBuilder 229 result = CallNGCRuntime(glue, RTSTUB_ID(FindElementWithCache), { glue, hclass, key, propsNum }); in FindElementWithCache() 2813 GateRef entryA = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum); in GetPropertyByName() 3637 GateRef entry = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum); in SetPropertyByName()
|
| D | interpreter_stub.cpp | 5009 GateRef entry = FindElementWithCache(glue, layOutInfo, hclass, propKey, propsNum); in DECLARE_ASM_HANDLER()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 124 V(FindElementWithCache) \ 460 static int32_t FindElementWithCache(uintptr_t argGlue, JSTaggedType hclass,
|
| D | runtime_stubs.cpp | 2751 int32_t RuntimeStubs::FindElementWithCache(uintptr_t argGlue, JSTaggedType hclass, in FindElementWithCache() function in panda::ecmascript::RuntimeStubs
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 788 … GateRef entryA = FindElementWithCache(glue_, layOutInfo, hclass, res, propsNum); in HasOwnProperty()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 861 int entry = layout->FindElementWithCache(thread, *hclass, key.GetTaggedValue(), index); in AddFieldTypeToHClass()
|