Searched refs:GetPropAttrFromLayoutInfo (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_object_stub_builder.cpp | 374 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 D | stub_builder.cpp | 1472 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 D | profiler_stub_builder.cpp | 478 GateRef attr = GetPropAttrFromLayoutInfo(layout, attrIndex); in UpdatePropAttrIC()
|
H A D | stub_builder.h | 609 GateRef GetPropAttrFromLayoutInfo(GateRef layout, GateRef entry);
|
H A D | new_object_stub_builder.cpp | 316 GateRef attr = GetPropAttrFromLayoutInfo(layout, *i);
in CloneObjectLiteral()
|
H A D | stub_builder-inl.h | 2471 inline GateRef StubBuilder::GetPropAttrFromLayoutInfo(GateRef layout, GateRef entry) in GetPropAttrFromLayoutInfo() function in panda::ecmascript::kungfu::StubBuilder
|
Completed in 37 milliseconds