Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h523 GateRef SetIsInlinePropsFieldInPropAttr(GateRef attr, GateRef value);
Dstub_builder-inl.h2026 inline GateRef StubBuilder::SetIsInlinePropsFieldInPropAttr(GateRef attr, GateRef value) in SetIsInlinePropsFieldInPropAttr() function
Dstub_builder.cpp800 attr = SetIsInlinePropsFieldInPropAttr(*attr, Int32(1)); // 1: set inInlineProps true in AddPropertyByName()
841 attr = SetIsInlinePropsFieldInPropAttr(*attr, Int32(0)); in AddPropertyByName()