Home
last modified time | relevance | path

Searched refs:get_sp (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dvm-state-inl.h61 scope_address_ = Simulator::current(isolate)->get_sp(); in ExternalCallbackScope()
Dthread-local-top.cc63 last_api_entry_ = simulator_->get_sp(); in StoreCurrentStackPosition()
Disolate.cc5392 Address jssp_address = Simulator::current(isolate_)->get_sp(); in ThrowInternal()
/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
Dsimulator-arm.cc1139 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/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
Dsimulator-ppc.cc885 return reinterpret_cast<uintptr_t>(get_sp()); in RW_VAR_LIST()
/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
Dsimulator-loong64.cc1995 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/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
Dsimulator-mips.cc2169 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/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
Dsimulator-mips64.cc2189 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/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
Dsimulator-riscv64.cc2718 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/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
Dsimulator-s390.cc1881 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h1019 Address get_sp() const { return reg<Address>(31, Reg31IsStackPointer); } in get_sp() function
Dsimulator-arm64.cc313 return get_sp(); in StackLimit()