Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_object-inl.h63 uint32_t inlineProps = GetJSHClass()->GetInlinedProperties(); in GetNonInlinedFastPropsCapacity() local
H A Dobject_factory.cpp5029 int inlineProps = std::max(static_cast<int>(propertyCount), JSHClass::DEFAULT_CAPACITY_OF_IN_OBJECTS); in CreateJSObjectWithProperties() local
5141 int inlineProps = std::max(static_cast<int>(propertyCount), JSHClass::DEFAULT_CAPACITY_OF_IN_OBJECTS); in CreateJSObjectWithNamedProperties() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp292 GateRef inlineProps = GetInlinedPropertiesFromHClass(hclass); in CloneObjectLiteral() local
H A Dstub_builder.cpp1380 GateRef inlineProps = GetInlinedPropertiesFromHClass(hclass); in JSHClassAddProperty() local
3750 GateRef inlineProps = GetInlinedPropertiesFromHClass(hclass); in TransitionForRepChange() local

Completed in 58 milliseconds