Home
last modified time | relevance | path

Searched refs:CallDispatchInputs (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp162 … Register callFieldRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_FIELD); in AsmInterpEntryDispatch()
292 Register callFieldRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_FIELD); in JSCallCommonEntry()
293 Register argcRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonEntry()
326 Register methodRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::METHOD); in JSCallCommonEntry()
327 … Register callTargetRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_TARGET); in JSCallCommonEntry()
426 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath()
427 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath()
452 Register arg2 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG2); in JSCallCommonFastPath()
469 Register callFieldRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_FIELD); in JSCallCommonSlowPath()
470 Register argcRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonSlowPath()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp128 Register callFieldRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_FIELD); in JSCallCommonEntry()
129 Register argcRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARGC); in JSCallCommonEntry()
176 Register methodRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::METHOD); in JSCallCommonEntry()
177 … Register callTargetRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_TARGET); in JSCallCommonEntry()
205 Register argcRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARGC); in JSCallCommonFastPath()
206 Register argvRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARGV); in JSCallCommonFastPath()
214 Register arg2 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG2); in JSCallCommonFastPath()
218 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath()
222 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath()
232 Register callFieldRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_FIELD); in JSCallCommonSlowPath()
[all …]
Doptimized_call.cpp1078 … Register callTargetRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_TARGET); in DeoptEnterAsmInterp()
1079 Register methodRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::METHOD); in DeoptEnterAsmInterp()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dextended_assembler_x64.h72 Register CallDispatcherArgument(kungfu::CallDispatchInputs index) in CallDispatcherArgument()
98 static_cast<size_t>(kungfu::CallDispatchInputs::NUM_OF_INPUTS);
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.h86 Register CallDispatcherArgument(kungfu::CallDispatchInputs index) in CallDispatcherArgument()
113 static_cast<size_t>(kungfu::CallDispatchInputs::NUM_OF_INPUTS);
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbc_call_signature.h622 enum class CallDispatchInputs : size_t { enum