Home
last modified time | relevance | path

Searched refs:ArgumentStackSlotsForCFunctionCall (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/x64/
Dmacro-assembler-x64.h1362 int ArgumentStackSlotsForCFunctionCall(int num_arguments);
Dmacro-assembler-x64.cc4892 int MacroAssembler::ArgumentStackSlotsForCFunctionCall(int num_arguments) { in ArgumentStackSlotsForCFunctionCall() function in v8::internal::MacroAssembler
4953 ArgumentStackSlotsForCFunctionCall(num_arguments); in PrepareCallCFunction()
4978 ArgumentStackSlotsForCFunctionCall(num_arguments); in CallCFunction()
Dcode-stubs-x64.cc1157 masm->ArgumentStackSlotsForCFunctionCall(kRegExpExecuteArguments); in Generate()