Home
last modified time | relevance | path

Searched refs:CheckAndCopyArray (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_array.h97 static void CheckAndCopyArray(const JSThread *thread, JSHandle<JSArray> obj);
Djs_array.cpp219 CheckAndCopyArray(thread, JSHandle<JSArray>(array)); in SetCapacity()
478 void JSArray::CheckAndCopyArray(const JSThread *thread, JSHandle<JSArray> obj) in CheckAndCopyArray() function in panda::ecmascript::JSArray
Djs_stable_array.cpp63 JSArray::CheckAndCopyArray(thread, receiver); in Pop()
145 JSArray::CheckAndCopyArray(thread, receiver); in Splice()
192 JSArray::CheckAndCopyArray(thread, receiver); in Shift()
597 JSArray::CheckAndCopyArray(thread, JSHandle<JSArray>::Cast(thisObjHandle)); in Reverse()
Dobject_operator.cpp483 JSArray::CheckAndCopyArray(thread_, JSHandle<JSArray>(receiver)); in UpdateDataValue()
545 JSArray::CheckAndCopyArray(thread_, JSHandle<JSArray>(receiver)); in UpdateDataValue()
Dobject_fast_operator-inl.h314 JSArray::CheckAndCopyArray(thread, holderHandler); in SetPropertyByIndex()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h458 JSArray::CheckAndCopyArray(thread, JSHandle<JSArray>::Cast(receiverHandle)); in StoreElement()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h144 V(CheckAndCopyArray) \
Druntime_stubs.cpp310 DEF_RUNTIME_STUBS(CheckAndCopyArray) in DEF_RUNTIME_STUBS() argument
312 RUNTIME_STUBS_HEADER(CheckAndCopyArray); in DEF_RUNTIME_STUBS()
315 JSArray::CheckAndCopyArray(thread, receiverHandle); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_mcr_lowering.cpp747 LowerCallRuntime(glue, gate, RTSTUB_ID(CheckAndCopyArray), {receiver}, true); in LowerCowArrayCheck()
Dstub_builder.cpp1738 CallRuntime(glue, RTSTUB_ID(CheckAndCopyArray), {receiver}); in ICStoreElement()
2797 … GateRef newElements = CallRuntime(glue, RTSTUB_ID(CheckAndCopyArray), {*holder}); in SetPropertyByIndex()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp806 JSArray::CheckAndCopyArray(thread, JSHandle<JSArray>::Cast(thisObjHandle)); in Fill()