Home
last modified time | relevance | path

Searched refs:GetUnmapedArgs (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h73 V(GetUnmapedArgs) \
Dcall_signature.h371 V(GetUnmapedArgs) \
Dcall_signature.cpp706 DEF_CALL_SIGNATURE(GetUnmapedArgs) in DEF_CALL_SIGNATURE() argument
Dslowpath_lowering.cpp2759 GateRef newGate = builder_.CallStub(glue_, gate, CommonStubCSigns::GetUnmapedArgs, in LowerGetUnmappedArgs()
Dinterpreter_stub.cpp302 GateRef res = CallRuntime(glue, RTSTUB_ID(GetUnmapedArgs), {}); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h110 …static JSTaggedValue GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, ui…
Dslow_runtime_stub.cpp756 JSTaggedValue SlowRuntimeStub::GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNu… in GetUnmapedArgs() function in panda::ecmascript::SlowRuntimeStub
759 INTERPRETER_TRACE(thread, GetUnmapedArgs); in GetUnmapedArgs()
Dinterpreter-inl.h1593 JSTaggedValue res = SlowRuntimeStub::GetUnmapedArgs(thread, sp, actualNumArgs, startIdx); in RunInternal()
Dinterpreter_assembly.cpp636 JSTaggedValue res = SlowRuntimeStub::GetUnmapedArgs(thread, sp, actualNumArgs, startIdx); in HandleGetunmappedargs()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h248 V(GetUnmapedArgs) \
Druntime_stubs.cpp1584 DEF_RUNTIME_STUBS(GetUnmapedArgs) in DEF_RUNTIME_STUBS() argument
1586 RUNTIME_STUBS_HEADER(GetUnmapedArgs); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h183 V(GetUnmapedArgs) \