Searched refs:SetClassConstructorLength (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 167 …static JSTaggedValue SetClassConstructorLength(JSThread *thread, JSTaggedValue ctor, JSTaggedValue…
|
| D | slow_runtime_stub.cpp | 1120 JSTaggedValue SlowRuntimeStub::SetClassConstructorLength(JSThread *thread, JSTaggedValue ctor, JSTa… in SetClassConstructorLength() function in panda::ecmascript::SlowRuntimeStub
|
| D | interpreter-inl.h | 4923 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()
|
| D | interpreter_assembly.cpp | 4514 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/ |
| D | runtime_stubs.h | 199 V(SetClassConstructorLength) \
|
| D | runtime_stubs.cpp | 967 DEF_RUNTIME_STUBS(SetClassConstructorLength) in DEF_RUNTIME_STUBS() argument 969 RUNTIME_STUBS_HEADER(SetClassConstructorLength); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 3458 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()
|
| D | slowpath_lowering.cpp | 2439 LowerCallRuntime(gate, RTSTUB_ID(SetClassConstructorLength), in LowerDefineClassWithBuffer()
|