Home
last modified time | relevance | path

Searched defs:get_sp (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.h161 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.h233 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.h199 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h260 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h296 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h294 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h463 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h1019 Address get_sp() const { return reg<Address>(31, Reg31IsStackPointer); } in get_sp() function