Home
last modified time | relevance | path

Searched defs:inlineProps (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h63 uint32_t inlineProps = GetJSHClass()->GetInlinedProperties(); in GetNonInlinedFastPropsCapacity() local
Dobject_factory.cpp5049 …int inlineProps = std::max(static_cast<int>(propertyCount), JSHClass::DEFAULT_CAPACITY_OF_IN_OBJEC… in CreateJSObjectWithProperties() local
5161 …int inlineProps = std::max(static_cast<int>(propertyCount), JSHClass::DEFAULT_CAPACITY_OF_IN_OBJEC… in CreateJSObjectWithNamedProperties() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp292 GateRef inlineProps = GetInlinedPropertiesFromHClass(hclass); in CloneObjectLiteral() local
Dstub_builder.cpp1370 GateRef inlineProps = GetInlinedPropertiesFromHClass(hclass); in JSHClassAddProperty() local
3712 GateRef inlineProps = GetInlinedPropertiesFromHClass(hclass); in TransitionForRepChange() local