Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dmacro-assembler-x64.h1457 int ArgumentStackSlotsForCFunctionCall(int num_arguments);
Dmacro-assembler-x64.cc5139 int MacroAssembler::ArgumentStackSlotsForCFunctionCall(int num_arguments) { in ArgumentStackSlotsForCFunctionCall() function in v8::internal::MacroAssembler
5200 ArgumentStackSlotsForCFunctionCall(num_arguments); in PrepareCallCFunction()
5225 ArgumentStackSlotsForCFunctionCall(num_arguments); in CallCFunction()
Dcode-stubs-x64.cc1220 masm->ArgumentStackSlotsForCFunctionCall(kRegExpExecuteArguments); in Generate()