Searched refs:GetUnmapedArgs (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 370 V(GetUnmapedArgs) \
|
H A D | runtime_stubs.cpp | 2401 DEF_RUNTIME_STUBS(GetUnmapedArgs) in DEF_RUNTIME_STUBS() 2403 RUNTIME_STUBS_HEADER(GetUnmapedArgs); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 111 static JSTaggedValue GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, uint32_t startIdx);
|
H A D | slow_runtime_stub.cpp | 739 JSTaggedValue SlowRuntimeStub::GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, in GetUnmapedArgs() function in panda::ecmascript::SlowRuntimeStub 742 INTERPRETER_TRACE(thread, GetUnmapedArgs); in GetUnmapedArgs()
|
H A D | interpreter-inl.cpp | 1668 JSTaggedValue res = SlowRuntimeStub::GetUnmapedArgs(thread, sp, actualNumArgs, startIdx); in RunInternal()
|
H A D | interpreter_assembly.cpp | 667 JSTaggedValue res = SlowRuntimeStub::GetUnmapedArgs(thread, sp, actualNumArgs, startIdx); in HandleGetunmappedargs()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 196 V(GetUnmapedArgs) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 437 GateRef res = CallRuntime(glue, RTSTUB_ID(GetUnmapedArgs), {}); in GenerateCircuit()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 566 GateRef res = CallRuntime(glue, RTSTUB_ID(GetUnmapedArgs), {});
in DECLARE_ASM_HANDLER()
|
Completed in 56 milliseconds