Home
last modified time | relevance | path

Searched refs:layOutInfo (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp785 GateRef layOutInfo = GetLayoutFromHClass(hclass); in HasOwnProperty() local
788 … GateRef entryA = FindElementWithCache(glue_, layOutInfo, hclass, res, propsNum); in HasOwnProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2810 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()
Dinterpreter_stub.cpp5007 GateRef layOutInfo = GetLayoutFromHClass(hclass); in DECLARE_ASM_HANDLER() local
5009 GateRef entry = FindElementWithCache(glue, layOutInfo, hclass, propKey, propsNum); in DECLARE_ASM_HANDLER()