Home
last modified time | relevance | path

Searched refs:CallDispatcherArgument (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp129 Register callFieldRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_FIELD); in JSCallCommonEntry()
130 Register argcRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARGC); in JSCallCommonEntry()
178 Register methodRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::METHOD); in JSCallCommonEntry()
179 Register callTargetRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_TARGET); in JSCallCommonEntry()
208 Register argcRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARGC); in JSCallCommonFastPath()
209 Register argvRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARGV); in JSCallCommonFastPath()
217 Register arg2 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG2); in JSCallCommonFastPath()
221 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath()
225 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath()
235 Register callFieldRegister = __ CallDispatcherArgument(kungf in JSCallCommonSlowPath()
[all...]
H A Doptimized_call.cpp1382 Register callTargetRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_TARGET); in DeoptEnterAsmInterp()
1383 Register methodRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::METHOD); in DeoptEnterAsmInterp()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dasm_interpreter_call.cpp164 Register callFieldRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_FIELD); in AsmInterpEntryDispatch()
295 Register callFieldRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_FIELD); in JSCallCommonEntry()
296 Register argcRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonEntry()
329 Register methodRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::METHOD); in JSCallCommonEntry()
330 Register callTargetRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_TARGET); in JSCallCommonEntry()
436 Register arg0 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG0); in JSCallCommonFastPath()
437 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath()
462 Register arg2 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG2); in JSCallCommonFastPath()
479 Register callFieldRegister = __ CallDispatcherArgument(kungfu::CallDispatchInputs::CALL_FIELD); in JSCallCommonSlowPath()
480 Register argcRegister = __ CallDispatcherArgument(kungf in JSCallCommonSlowPath()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dextended_assembler_x64.h72 Register CallDispatcherArgument(kungfu::CallDispatchInputs index) in CallDispatcherArgument() function in panda::ecmascript::x64::ExtendedAssembler
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dextend_assembler.h86 Register CallDispatcherArgument(kungfu::CallDispatchInputs index) in CallDispatcherArgument() function in panda::ecmascript::aarch64::ExtendedAssembler

Completed in 7 milliseconds