Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h406 inline uint32_t JSObject::ComputeNonInlinedFastPropsCapacity(JSThread *thread, uint32_t oldCapacity, in ComputeNonInlinedFastPropsCapacity() function
Djs_object.h793 static uint32_t ComputeNonInlinedFastPropsCapacity(JSThread *thread, uint32_t oldCapacity,
Dobject_fast_operator-inl.h933 uint32_t capacity = JSObject::ComputeNonInlinedFastPropsCapacity(thread, length, in AddPropertyByName()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h343 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in StoreWithTransition()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h630 GateRef ComputeNonInlinedFastPropsCapacity(GateRef glue, GateRef oldLength,
Dstub_builder.cpp1077 GateRef StubBuilder::ComputeNonInlinedFastPropsCapacity(GateRef glue, GateRef oldLength, in ComputeNonInlinedFastPropsCapacity() function in panda::ecmascript::kungfu::StubBuilder
1540 GateRef capacity = ComputeNonInlinedFastPropsCapacity(glue, *length, in AddPropertyByName()
3097 …GateRef newLen = ComputeNonInlinedFastPropsCapacity(glue, capacity, maxNonInlinedFastPropsCapacity… in StoreWithTransition()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp455 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in DEF_RUNTIME_STUBS()