Home
last modified time | relevance | path

Searched refs:GetUnmapedArgs (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h370 V(GetUnmapedArgs) \
H A Druntime_stubs.cpp2401 DEF_RUNTIME_STUBS(GetUnmapedArgs) in DEF_RUNTIME_STUBS()
2403 RUNTIME_STUBS_HEADER(GetUnmapedArgs); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h111 static JSTaggedValue GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, uint32_t startIdx);
H A Dslow_runtime_stub.cpp739 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 Dinterpreter-inl.cpp1668 JSTaggedValue res = SlowRuntimeStub::GetUnmapedArgs(thread, sp, actualNumArgs, startIdx); in RunInternal()
H A Dinterpreter_assembly.cpp667 JSTaggedValue res = SlowRuntimeStub::GetUnmapedArgs(thread, sp, actualNumArgs, startIdx); in HandleGetunmappedargs()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h196 V(GetUnmapedArgs) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp437 GateRef res = CallRuntime(glue, RTSTUB_ID(GetUnmapedArgs), {}); in GenerateCircuit()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp566 GateRef res = CallRuntime(glue, RTSTUB_ID(GetUnmapedArgs), {}); in DECLARE_ASM_HANDLER()

Completed in 56 milliseconds