Searched refs:GetUnmapedArgs (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | common_stubs.h | 73 V(GetUnmapedArgs) \
|
D | call_signature.h | 371 V(GetUnmapedArgs) \
|
D | call_signature.cpp | 706 DEF_CALL_SIGNATURE(GetUnmapedArgs) in DEF_CALL_SIGNATURE() argument
|
D | slowpath_lowering.cpp | 2759 GateRef newGate = builder_.CallStub(glue_, gate, CommonStubCSigns::GetUnmapedArgs, in LowerGetUnmappedArgs()
|
D | interpreter_stub.cpp | 302 GateRef res = CallRuntime(glue, RTSTUB_ID(GetUnmapedArgs), {}); in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 110 …static JSTaggedValue GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, ui…
|
D | slow_runtime_stub.cpp | 756 JSTaggedValue SlowRuntimeStub::GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNu… in GetUnmapedArgs() function in panda::ecmascript::SlowRuntimeStub 759 INTERPRETER_TRACE(thread, GetUnmapedArgs); in GetUnmapedArgs()
|
D | interpreter-inl.h | 1593 JSTaggedValue res = SlowRuntimeStub::GetUnmapedArgs(thread, sp, actualNumArgs, startIdx); in RunInternal()
|
D | interpreter_assembly.cpp | 636 JSTaggedValue res = SlowRuntimeStub::GetUnmapedArgs(thread, sp, actualNumArgs, startIdx); in HandleGetunmappedargs()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 248 V(GetUnmapedArgs) \
|
D | runtime_stubs.cpp | 1584 DEF_RUNTIME_STUBS(GetUnmapedArgs) in DEF_RUNTIME_STUBS() argument 1586 RUNTIME_STUBS_HEADER(GetUnmapedArgs); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 183 V(GetUnmapedArgs) \
|