Searched refs:RuntimeSetClassConstructorLength (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 582 … static inline JSTaggedValue RuntimeSetClassConstructorLength(JSThread *thread, JSTaggedValue ctor,
|
| D | runtime_stubs-inl.h | 911 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
|
| D | runtime_stubs.cpp | 1382 return RuntimeSetClassConstructorLength(thread, ctor, length).GetRawData(); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1155 return RuntimeStubs::RuntimeSetClassConstructorLength(thread, ctor, length); in SetClassConstructorLength()
|