Home
last modified time | relevance | path

Searched defs:reg_arg_count (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc5325 int reg_arg_count = std::min(kRegisterPassedArguments, argument_count); in CallImpl() local
[all...]
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc5494 int reg_arg_count = std::min(8, argument_count); in CallImpl() local
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc2507 void Simulator::CallInternal(Address entry, int reg_arg_count) { in CallInternal() argument
2610 int reg_arg_count = std::min(5, argument_count); in CallImpl() local
[all...]
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc6275 int reg_arg_count = std::min(4, argument_count); in CallImpl() local
6289 memcpy(reinterpret_cast<intptr_t*>(entry_stack), arguments + reg_arg_count, in CallImpl() local

Completed in 35 milliseconds