Home
last modified time | relevance | path

Searched refs:kMinimumStackSlots (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc2635 const int kMinimumStackSlots = kRegisterPassedArguments; in ArgumentStackSlotsForCFunctionCall() local
2636 if (num_arguments < kMinimumStackSlots) return kMinimumStackSlots; in ArgumentStackSlotsForCFunctionCall()
/dports/www/node10/node-v10.24.1/deps/v8/src/x64/
H A Dmacro-assembler-x64.cc2609 const int kMinimumStackSlots = kRegisterPassedArguments; in ArgumentStackSlotsForCFunctionCall() local
2610 if (num_arguments < kMinimumStackSlots) return kMinimumStackSlots; in ArgumentStackSlotsForCFunctionCall()
/dports/lang/v8/v8-9.6.180.12/src/codegen/x64/
H A Dmacro-assembler-x64.cc2987 const int kMinimumStackSlots = kRegisterPassedArguments; in CallRecordWriteStub() local
2988 if (num_arguments < kMinimumStackSlots) return kMinimumStackSlots; in CallRecordWriteStub()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc2823 const int kMinimumStackSlots = kRegisterPassedArguments; in ArgumentStackSlotsForCFunctionCall() local
2824 if (num_arguments < kMinimumStackSlots) return kMinimumStackSlots; in ArgumentStackSlotsForCFunctionCall()