Home
last modified time | relevance | path

Searched refs:GetPropAttrFromLayoutInfo (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp374 GateRef attr = GetPropAttrFromLayoutInfo(layout, *idx); in LayoutInfoAssignAllEnumProperty()
2020 GateRef attr = GetPropAttrFromLayoutInfo(layout, *idx); in GetEnumPropertyEntries()
2183 GateRef attr = GetPropAttrFromLayoutInfo(layout, *index); in TestIntegrityLevel()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp1472 attr = GetPropAttrFromLayoutInfo(newLayoutInfo, numberOfProps); in AddPropertyByName()
3631 GateRef attr = GetPropAttrFromLayoutInfo(layOutInfo, entryA); in GetPropertyByName()
4077 GateRef attr = GetPropAttrFromLayoutInfo(layoutInfo, Int32(JSArray::LENGTH_INLINE_PROPERTY_INDEX)); in IsArrayLengthWritable()
4101 GateRef cachedAttr = GetPropAttrFromLayoutInfo(layoutInfo, last); in CheckHClassForRep()
4168 GateRef cachedAttr = GetPropAttrFromLayoutInfo(layoutInfo, last); in FindTransitions()
4689 GateRef attr = GetPropAttrFromLayoutInfo(layOutInfo, entry); in SetPropertyByName()
4856 GateRef holeAttr = GetPropAttrFromLayoutInfo(receiverLayoutInfo, *receiverHoleEntry); in SetPropertyByName()
4961 GateRef attr = GetPropAttrFromLayoutInfo(layOutInfo, entry); in DefinePropertyByName()
5117 GateRef holeAttr = GetPropAttrFromLayoutInfo(receiverLayoutInfo, *receiverHoleEntry); in DefinePropertyByName()
H A Dprofiler_stub_builder.cpp478 GateRef attr = GetPropAttrFromLayoutInfo(layout, attrIndex); in UpdatePropAttrIC()
H A Dstub_builder.h609 GateRef GetPropAttrFromLayoutInfo(GateRef layout, GateRef entry);
H A Dnew_object_stub_builder.cpp316 GateRef attr = GetPropAttrFromLayoutInfo(layout, *i); in CloneObjectLiteral()
H A Dstub_builder-inl.h2471 inline GateRef StubBuilder::GetPropAttrFromLayoutInfo(GateRef layout, GateRef entry) in GetPropAttrFromLayoutInfo() function in panda::ecmascript::kungfu::StubBuilder

Completed in 37 milliseconds