Searched refs:layOutInfo (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 785 GateRef layOutInfo = GetLayoutFromHClass(hclass); in HasOwnProperty() local 788 … GateRef entryA = FindElementWithCache(glue_, layOutInfo, hclass, res, propsNum); in HasOwnProperty()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 2810 GateRef layOutInfo = GetLayoutFromHClass(hclass); in GetPropertyByName() local 2813 GateRef entryA = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum); in GetPropertyByName() 2821 GateRef propAttr = GetPropAttrFromLayoutInfo(layOutInfo, entryA); in GetPropertyByName() 3633 GateRef layOutInfo = GetLayoutFromHClass(hclass); in SetPropertyByName() local 3637 GateRef entry = FindElementWithCache(glue, layOutInfo, hclass, key, propsNum); in SetPropertyByName() 3648 GateRef propAttr = GetPropAttrFromLayoutInfo(layOutInfo, entry); in SetPropertyByName() 3725 glue, jsType, layOutInfo, attr, entry, value, callback); in SetPropertyByName()
|
| D | interpreter_stub.cpp | 5007 GateRef layOutInfo = GetLayoutFromHClass(hclass); in DECLARE_ASM_HANDLER() local 5009 GateRef entry = FindElementWithCache(glue, layOutInfo, hclass, propKey, propsNum); in DECLARE_ASM_HANDLER()
|