Home
last modified time | relevance | path

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

/external/v8/src/
Dvm-state-inl.h63 scope_address_ = Simulator::current(isolate)->get_sp(); in ExternalCallbackScope()
Disolate.cc3665 Address jssp_address = Simulator::current(isolate_)->get_sp(); in Throw()
/external/v8/src/ppc/
Dsimulator-ppc.h207 Address get_sp() const { in get_sp() function
Dsimulator-ppc.cc1083 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/external/v8/src/mips/
Dsimulator-mips.h239 Address get_sp() const { in get_sp() function
Dsimulator-mips.cc2009 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/external/v8/src/mips64/
Dsimulator-mips64.h249 Address get_sp() const { in get_sp() function
Dsimulator-mips64.cc1965 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/external/v8/src/arm/
Dsimulator-arm.h193 Address get_sp() const { in get_sp() function
Dsimulator-arm.cc1230 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/external/v8/src/arm64/
Dsimulator-arm64.h412 Address get_sp() const { return reg<Address>(31, Reg31IsStackPointer); }
Dsimulator-arm64.cc344 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()
/external/v8/src/s390/
Dsimulator-s390.h201 Address get_sp() const { in get_sp() function
Dsimulator-s390.cc1863 return reinterpret_cast<uintptr_t>(get_sp()); in StackLimit()