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

Completed in 88 milliseconds