Home
last modified time | relevance | path

Searched defs:CopyArray (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h143 void CopyArray(void *arr_data, T *array) in CopyArray() function
/arkcompiler/runtime_core/static_core/compiler/tests/
Dvixl_exec_module.h153 void CopyArray(void *arrData, T *array) in CopyArray() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_list.cpp50 void TaggedList<Derived>::CopyArray(const JSThread *thread, JSHandle<Derived> &taggedList) in CopyArray() function in panda::ecmascript::TaggedList
Dobject_factory.cpp2790 JSHandle<TaggedArray> ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength… in CopyArray() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp337 GateRef NewObjectStubBuilder::CopyArray(GateRef glue, GateRef elements, GateRef oldLen, GateRef new… in CopyArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp267 DEF_RUNTIME_STUBS(CopyArray) in DEF_RUNTIME_STUBS() argument