Home
last modified time | relevance | path

Searched defs:maxNonInlinedFastPropsCapacity (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h351 uint32_t maxNonInlinedFastPropsCapacity = objHandle->GetNonInlinedFastPropsCapacity(); in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_fast_operator-inl.h932 uint32_t maxNonInlinedFastPropsCapacity = objHandle->GetNonInlinedFastPropsCapacity(); in AddPropertyByName() local
H A Djs_object-inl.h408 ComputeNonInlinedFastPropsCapacity(JSThread *thread, uint32_t oldCapacity, uint32_t maxNonInlinedFastPropsCapacity) ComputeNonInlinedFastPropsCapacity() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp442 uint32_t maxNonInlinedFastPropsCapacity = objHandle->GetNonInlinedFastPropsCapacity(); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp1548 GateRef maxNonInlinedFastPropsCapacity = in AddPropertyByName() local
3133 GateRef maxNonInlinedFastPropsCapacity = in StoreWithTransition() local
1087 ComputeNonInlinedFastPropsCapacity(GateRef glue, GateRef oldLength, GateRef maxNonInlinedFastPropsCapacity) ComputeNonInlinedFastPropsCapacity() argument

Completed in 29 milliseconds