Home
last modified time | relevance | path

Searched refs:SetClassConstructorLength (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h167 …static JSTaggedValue SetClassConstructorLength(JSThread *thread, JSTaggedValue ctor, JSTaggedValue…
Dslow_runtime_stub.cpp1120 JSTaggedValue SlowRuntimeStub::SetClassConstructorLength(JSThread *thread, JSTaggedValue ctor, JSTa… in SetClassConstructorLength() function in panda::ecmascript::SlowRuntimeStub
Dinterpreter-inl.h4923 SlowRuntimeStub::SetClassConstructorLength(thread, res, JSTaggedValue(length)); in RunInternal()
4952 SlowRuntimeStub::SetClassConstructorLength(thread, res, JSTaggedValue(length)); in RunInternal()
4981 SlowRuntimeStub::SetClassConstructorLength(thread, res, JSTaggedValue(length)); in RunInternal()
Dinterpreter_assembly.cpp4514 SlowRuntimeStub::SetClassConstructorLength(thread, res, JSTaggedValue(length)); in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8()
5879 SlowRuntimeStub::SetClassConstructorLength(thread, res, JSTaggedValue(length)); in HandleDefineclasswithbufferImm16Id16Id16Imm16V8()
5913 SlowRuntimeStub::SetClassConstructorLength(thread, res, JSTaggedValue(length)); in HandleDefineclasswithbufferImm8Id16Id16Imm16V8()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h199 V(SetClassConstructorLength) \
Druntime_stubs.cpp967 DEF_RUNTIME_STUBS(SetClassConstructorLength) in DEF_RUNTIME_STUBS() argument
969 RUNTIME_STUBS_HEADER(SetClassConstructorLength); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3458 CallRuntime(glue, RTSTUB_ID(SetClassConstructorLength), { res, Int16ToTaggedInt(length) }); in DECLARE_ASM_HANDLER()
3493 CallRuntime(glue, RTSTUB_ID(SetClassConstructorLength), { res, Int16ToTaggedInt(length) }); in DECLARE_ASM_HANDLER()
3530 CallRuntime(glue, RTSTUB_ID(SetClassConstructorLength), { res, Int16ToTaggedInt(length) }); in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp2439 LowerCallRuntime(gate, RTSTUB_ID(SetClassConstructorLength), in LowerDefineClassWithBuffer()