Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h394 …static inline JSTaggedValue RuntimeCreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory,
Druntime_stubs-inl.h2184 JSTaggedValue RuntimeStubs::RuntimeCreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, in RuntimeCreateObjectWithBuffer() function
Druntime_stubs.cpp2444 return RuntimeCreateObjectWithBuffer(thread, factory, argObj).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp601 return RuntimeStubs::RuntimeCreateObjectWithBuffer(thread, factory, obj); in CreateObjectWithBuffer()