Home
last modified time | relevance | path

Searched refs:WasmDebugBreakFrameConstants (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/execution/arm/
H A Dframe-constants-arm.h77 class WasmDebugBreakFrameConstants : public TypedFrameConstants { class
/third_party/node/deps/v8/src/execution/loong64/
H A Dframe-constants-loong64.h41 class WasmDebugBreakFrameConstants : public TypedFrameConstants { class
/third_party/node/deps/v8/src/execution/ppc/
H A Dframe-constants-ppc.h44 class WasmDebugBreakFrameConstants : public TypedFrameConstants { class
/third_party/node/deps/v8/src/execution/mips/
H A Dframe-constants-mips.h46 class WasmDebugBreakFrameConstants : public TypedFrameConstants { class
/third_party/node/deps/v8/src/execution/mips64/
H A Dframe-constants-mips64.h42 class WasmDebugBreakFrameConstants : public TypedFrameConstants { class
/third_party/node/deps/v8/src/execution/x64/
H A Dframe-constants-x64.h62 class WasmDebugBreakFrameConstants : public TypedFrameConstants { class
/third_party/node/deps/v8/src/execution/ia32/
H A Dframe-constants-ia32.h53 class WasmDebugBreakFrameConstants : public TypedFrameConstants { class
/third_party/node/deps/v8/src/execution/s390/
H A Dframe-constants-s390.h47 class WasmDebugBreakFrameConstants : public TypedFrameConstants { class
/third_party/node/deps/v8/src/execution/riscv64/
H A Dframe-constants-riscv64.h47 class WasmDebugBreakFrameConstants : public TypedFrameConstants { class
/third_party/node/deps/v8/src/execution/arm64/
H A Dframe-constants-arm64.h96 class WasmDebugBreakFrameConstants : public TypedFrameConstants { class
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc2911 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
2912 __ MultiPushF64AndV128(WasmDebugBreakFrameConstants::kPushedFpRegs, in Generate_WasmDebugBreak()
2913 WasmDebugBreakFrameConstants::kPushedSimd128Regs); in Generate_WasmDebugBreak()
2921 __ MultiPopF64AndV128(WasmDebugBreakFrameConstants::kPushedFpRegs, in Generate_WasmDebugBreak()
2922 WasmDebugBreakFrameConstants::kPushedSimd128Regs); in Generate_WasmDebugBreak()
2923 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc2928 base::Reversed(WasmDebugBreakFrameConstants::kPushedGpRegs)) { in Generate_WasmDebugBreak()
2933 kSimd128Size * WasmDebugBreakFrameConstants::kNumPushedFpRegisters; in Generate_WasmDebugBreak()
2937 base::Reversed(WasmDebugBreakFrameConstants::kPushedFpRegs)) { in Generate_WasmDebugBreak()
2948 for (DoubleRegister reg : WasmDebugBreakFrameConstants::kPushedFpRegs) { in Generate_WasmDebugBreak()
2953 for (Register reg : WasmDebugBreakFrameConstants::kPushedGpRegs) { in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc2860 base::Reversed(WasmDebugBreakFrameConstants::kPushedGpRegs)) { in Generate_WasmDebugBreak()
2865 kSimd128Size * WasmDebugBreakFrameConstants::kNumPushedFpRegisters; in Generate_WasmDebugBreak()
2869 base::Reversed(WasmDebugBreakFrameConstants::kPushedFpRegs)) { in Generate_WasmDebugBreak()
2880 for (DoubleRegister reg : WasmDebugBreakFrameConstants::kPushedFpRegs) { in Generate_WasmDebugBreak()
2885 for (Register reg : WasmDebugBreakFrameConstants::kPushedGpRegs) { in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc2680 WasmDebugBreakFrameConstants::kPushedFpRegs.last(); in Generate_WasmDebugBreak()
2682 WasmDebugBreakFrameConstants::kPushedFpRegs.first(); in Generate_WasmDebugBreak()
2684 WasmDebugBreakFrameConstants::kPushedFpRegs.Count() == in Generate_WasmDebugBreak()
2694 __ stm(db_w, sp, WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
2705 __ ldm(ia_w, sp, WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc600 WasmDebugBreakFrameConstants::GetPushedGpRegisterOffset( in GetValue()
632 WasmDebugBreakFrameConstants::GetPushedFpRegisterOffset(code); in GetValue()
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc2671 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
2672 __ MultiPushFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
2680 __ MultiPopFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
2681 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc2756 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
2757 __ MultiPushFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
2765 __ MultiPopFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
2766 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc2733 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
2734 __ MultiPushFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
2742 __ MultiPopFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
2743 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc3101 __ PushXRegList(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
3102 __ PushQRegList(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
3110 __ PopQRegList(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
3111 __ PopXRegList(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc2823 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
2824 __ MultiPushFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
2832 __ MultiPopFPU(WasmDebugBreakFrameConstants::kPushedFpRegs); in Generate_WasmDebugBreak()
2833 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc2948 __ MultiPush(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
2949 __ MultiPushF64OrV128(WasmDebugBreakFrameConstants::kPushedFpRegs, ip); in Generate_WasmDebugBreak()
2957 __ MultiPopF64OrV128(WasmDebugBreakFrameConstants::kPushedFpRegs, ip); in Generate_WasmDebugBreak()
2958 __ MultiPop(WasmDebugBreakFrameConstants::kPushedGpRegs); in Generate_WasmDebugBreak()
/third_party/node/deps/v8/src/execution/
H A Dframes.cc2174 WasmDebugBreakFrameConstants::GetPushedGpRegisterOffset(reg_code))); in Iterate()

Completed in 63 milliseconds