Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_array.h108 static void CheckAndCopyArray(const JSThread *thread, JSHandle<JSArray> obj);
Djs_stable_array.cpp70 JSArray::CheckAndCopyArray(thread, receiver); in Pop()
102 JSArray::CheckAndCopyArray(thread, receiver); in Splice()
156 JSArray::CheckAndCopyArray(thread, receiver); in Splice()
202 JSArray::CheckAndCopyArray(thread, receiver); in Shift()
824 JSArray::CheckAndCopyArray(thread, JSHandle<JSArray>::Cast(thisObjHandle)); in Reverse()
1144 JSArray::CheckAndCopyArray(thread, JSHandle<JSArray>::Cast(thisObj)); in Fill()
Djs_array.cpp236 CheckAndCopyArray(thread, JSHandle<JSArray>(array)); in SetCapacity()
571 void JSArray::CheckAndCopyArray(const JSThread *thread, JSHandle<JSArray> obj) in CheckAndCopyArray() function in panda::ecmascript::JSArray
Dobject_operator.cpp649 JSArray::CheckAndCopyArray(thread_, JSHandle<JSArray>(receiver)); in UpdateDataValue()
722 JSArray::CheckAndCopyArray(thread_, JSHandle<JSArray>(receiver)); in UpdateDataValue()
Dobject_fast_operator-inl.h402 JSArray::CheckAndCopyArray(thread, holderHandler); in SetPropertyByIndex()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h569 JSArray::CheckAndCopyArray(thread, JSHandle<JSArray>::Cast(receiverHandle)); in StoreElement()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h170 V(CheckAndCopyArray) \
Druntime_stubs.cpp392 DEF_RUNTIME_STUBS(CheckAndCopyArray) in DEF_RUNTIME_STUBS() argument
394 RUNTIME_STUBS_HEADER(CheckAndCopyArray); in DEF_RUNTIME_STUBS()
397 JSArray::CheckAndCopyArray(thread, receiverHandle); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h3103 JSArray::CheckAndCopyArray(thread, holderHandler); in TryCopyCOWArray()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp410 CallRuntime(glue, RTSTUB_ID(CheckAndCopyArray), { thisValue }); in Pop()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp994 LowerCallRuntime(glue, gate, RTSTUB_ID(CheckAndCopyArray), {receiver}, true); in LowerCowArrayCheck()
Dstub_builder.cpp2020 CallRuntime(glue, RTSTUB_ID(CheckAndCopyArray), {receiver}); in ICStoreElement()
3426 CallRuntime(glue, RTSTUB_ID(CheckAndCopyArray), {*holder}); in SetPropertyByIndex()