Home
last modified time | relevance | path

Searched defs:GetStackSlot (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/maglev/
Dmaglev-code-gen-state.h125 inline MemOperand GetStackSlot(int index) { in GetStackSlot() function
129 inline MemOperand GetStackSlot(const compiler::AllocatedOperand& operand) { in GetStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h89 inline MemOperand GetStackSlot(uint32_t offset) { in GetStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h61 inline MemOperand GetStackSlot(uint32_t offset) { in GetStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h77 inline MemOperand GetStackSlot(int offset) { return MemOperand(fp, -offset); } in GetStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/loong64/
Dliftoff-assembler-loong64.h77 inline MemOperand GetStackSlot(int offset) { return MemOperand(fp, -offset); } in GetStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h80 inline MemOperand GetStackSlot(int offset) { return MemOperand(fp, -offset); } in GetStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h76 inline MemOperand GetStackSlot(int offset) { return MemOperand(fp, -offset); } in GetStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
Dliftoff-assembler-riscv64.h77 inline MemOperand GetStackSlot(int offset) { return MemOperand(fp, -offset); } in GetStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h72 inline Operand GetStackSlot(int offset) { return Operand(rbp, -offset); } in GetStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h81 inline MemOperand GetStackSlot(int offset) { return MemOperand(fp, -offset); } in GetStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h57 inline Operand GetStackSlot(int offset) { return Operand(ebp, -offset); } in GetStackSlot() function