Home
last modified time | relevance | path

Searched refs:MIN_PROPERTIES_LENGTH (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info.h32 static constexpr int MIN_PROPERTIES_LENGTH = JSObject::MIN_PROPERTIES_LENGTH; member in panda::ecmascript::LayoutInfo
91 uint32_t new_capacity = old_capacity + MIN_PROPERTIES_LENGTH; in ComputeGrowCapacity()
H A Djs_object.h407 static constexpr int MIN_PROPERTIES_LENGTH = JSHClass::DEFAULT_CAPACITY_OF_IN_OBJECTS; member in panda::ecmascript::JSObject
H A Dobject_fast_operator-inl.h909 length = JSObject::MIN_PROPERTIES_LENGTH; in AddPropertyByName()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h347 capacity = JSObject::MIN_PROPERTIES_LENGTH; in StoreWithTransition()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp1488 length = Int32(JSObject::MIN_PROPERTIES_LENGTH); in AddPropertyByName()
3125 GateRef properties = newBuilder.NewTaggedArray(glue, Int32(JSObject::MIN_PROPERTIES_LENGTH)); in StoreWithTransition()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp440 properties = factory->NewTaggedArray(JSObject::MIN_PROPERTIES_LENGTH); in DEF_RUNTIME_STUBS()

Completed in 32 milliseconds