Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h396 inline uint32_t JSObject::ComputeNonInlinedFastPropsCapacity(JSThread *thread, uint32_t oldCapacity, in ComputeNonInlinedFastPropsCapacity() function
Djs_object.h763 static uint32_t ComputeNonInlinedFastPropsCapacity(JSThread *thread, uint32_t oldCapacity,
Dobject_fast_operator-inl.h652 uint32_t capacity = JSObject::ComputeNonInlinedFastPropsCapacity(thread, length, in AddPropertyByName()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h345 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in StoreWithTransition()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h530 GateRef ComputeNonInlinedFastPropsCapacity(GateRef glue, GateRef oldLength,
Dstub_builder.cpp599 GateRef StubBuilder::ComputeNonInlinedFastPropsCapacity(GateRef glue, GateRef oldLength, in ComputeNonInlinedFastPropsCapacity() function in panda::ecmascript::kungfu::StubBuilder
981 GateRef capacity = ComputeNonInlinedFastPropsCapacity(glue, *length, in AddPropertyByName()
2370 …GateRef newLen = ComputeNonInlinedFastPropsCapacity(glue, capacity, maxNonInlinedFastPropsCapacity… in StoreWithTransition()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp356 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in DEF_RUNTIME_STUBS()