Home
last modified time | relevance | path

Searched refs:MIN_PROPERTIES_LENGTH (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.h31 static constexpr int MIN_PROPERTIES_LENGTH = JSObject::MIN_PROPERTIES_LENGTH;
76 uint32_t new_capacity = old_capacity + MIN_PROPERTIES_LENGTH; in ComputeGrowCapacity()
Djs_object.h366 static constexpr int MIN_PROPERTIES_LENGTH = JSHClass::DEFAULT_CAPACITY_OF_IN_OBJECTS; variable
Dobject_fast_operator-inl.h508 length = JSObject::MIN_PROPERTIES_LENGTH; in AddPropertyByName()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.h32 static constexpr int MIN_PROPERTIES_LENGTH = JSObject::MIN_PROPERTIES_LENGTH;
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h303 capacity = JSObject::MIN_PROPERTIES_LENGTH; in StoreWithTransition()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp274 properties = factory->NewTaggedArray(JSObject::MIN_PROPERTIES_LENGTH); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp819 length = Int32(JSObject::MIN_PROPERTIES_LENGTH); in AddPropertyByName()