Home
last modified time | relevance | path

Searched refs:RuntimeCreateArrayWithBuffer (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h565 … static inline JSTaggedValue RuntimeCreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory,
Druntime_stubs.cpp1538 return RuntimeCreateArrayWithBuffer(thread, factory, argArray).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1764 JSTaggedValue RuntimeStubs::RuntimeCreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, in RuntimeCreateArrayWithBuffer() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp702 return RuntimeStubs::RuntimeCreateArrayWithBuffer(thread, factory, array); in CreateArrayWithBuffer()