Home
last modified time | relevance | path

Searched refs:kNumberOfSavedGpParamRegs (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/v8/src/execution/riscv64/
H A Dframe-constants-riscv64.h26 static constexpr int kNumberOfSavedGpParamRegs = member in v8::internal::WasmCompileLazyFrameConstants
31 kNumberOfSavedGpParamRegs + kNumberOfSavedFpParamRegs;
40 kNumberOfSavedGpParamRegs * kSystemPointerSize +
/third_party/node/deps/v8/src/execution/arm/
H A Dframe-constants-arm.h60 static constexpr int kNumberOfSavedGpParamRegs = 4; member in v8::internal::WasmCompileLazyFrameConstants
70 kNumberOfSavedGpParamRegs * kPointerSize +
/third_party/node/deps/v8/src/execution/loong64/
H A Dframe-constants-loong64.h25 static constexpr int kNumberOfSavedGpParamRegs = 7; member in v8::internal::WasmCompileLazyFrameConstants
34 kNumberOfSavedGpParamRegs * kPointerSize +
/third_party/node/deps/v8/src/execution/ppc/
H A Dframe-constants-ppc.h26 static constexpr int kNumberOfSavedGpParamRegs = 7; member in v8::internal::WasmCompileLazyFrameConstants
36 kNumberOfSavedGpParamRegs * kSystemPointerSize +
/third_party/node/deps/v8/src/execution/mips/
H A Dframe-constants-mips.h29 static constexpr int kNumberOfSavedGpParamRegs = 3; member in v8::internal::WasmCompileLazyFrameConstants
39 kNumberOfSavedGpParamRegs * kPointerSize +
/third_party/node/deps/v8/src/execution/mips64/
H A Dframe-constants-mips64.h25 static constexpr int kNumberOfSavedGpParamRegs = 7; member in v8::internal::WasmCompileLazyFrameConstants
35 kNumberOfSavedGpParamRegs * kPointerSize +
/third_party/node/deps/v8/src/execution/x64/
H A Dframe-constants-x64.h48 static constexpr int kNumberOfSavedGpParamRegs = 6; member in v8::internal::WasmCompileLazyFrameConstants
55 kNumberOfSavedGpParamRegs * kSystemPointerSize +
/third_party/node/deps/v8/src/execution/ia32/
H A Dframe-constants-ia32.h39 static constexpr int kNumberOfSavedGpParamRegs = 4; member in v8::internal::WasmCompileLazyFrameConstants
46 kNumberOfSavedGpParamRegs * kSystemPointerSize +
/third_party/node/deps/v8/src/execution/s390/
H A Dframe-constants-s390.h26 static constexpr int kNumberOfSavedGpParamRegs = 4; member in v8::internal::WasmCompileLazyFrameConstants
40 kNumberOfSavedGpParamRegs * kSystemPointerSize +
/third_party/node/deps/v8/src/execution/arm64/
H A Dframe-constants-arm64.h77 static constexpr int kNumberOfSavedGpParamRegs = 8; member in v8::internal::WasmCompileLazyFrameConstants
89 kNumberOfSavedGpParamRegs * kSystemPointerSize +
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc2610 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedGpParamRegs, in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc2661 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedGpParamRegs, in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc2860 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedGpParamRegs, in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc2865 static_assert(WasmCompileLazyFrameConstants::kNumberOfSavedGpParamRegs == in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc2666 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedGpParamRegs, in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc2797 static_assert(WasmCompileLazyFrameConstants::kNumberOfSavedGpParamRegs == in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc3041 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedGpParamRegs, in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc2635 WasmCompileLazyFrameConstants::kNumberOfSavedGpParamRegs); in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc2765 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedGpParamRegs, in Generate_WasmCompileLazy()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc2901 CHECK_EQ(WasmCompileLazyFrameConstants::kNumberOfSavedGpParamRegs, in Generate_WasmCompileLazy()

Completed in 97 milliseconds