Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h582 … static inline JSTaggedValue RuntimeSetClassConstructorLength(JSThread *thread, JSTaggedValue ctor,
Druntime_stubs-inl.h911 RuntimeSetClassConstructorLength(thread, cls.GetTaggedValue(), length.GetTaggedValue()); in RuntimeCreateClassWithBuffer()
950 RuntimeSetClassConstructorLength(thread, cls.GetTaggedValue(), JSTaggedValue(length)); in RuntimeCreateSharedClass()
1044 JSTaggedValue RuntimeStubs::RuntimeSetClassConstructorLength(JSThread *thread, JSTaggedValue ctor, in RuntimeSetClassConstructorLength() function
Druntime_stubs.cpp1382 return RuntimeSetClassConstructorLength(thread, ctor, length).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1155 return RuntimeStubs::RuntimeSetClassConstructorLength(thread, ctor, length); in SetClassConstructorLength()