Home
last modified time | relevance | path

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

/external/v8/src/
Dvm-state-inl.h63 scope_address_ = Simulator::current(isolate)->get_sp(); in ExternalCallbackScope()
Disolate.cc2370 Address jssp_address = Simulator::current(isolate_)->get_sp(); in JsHasOverflowed()
/external/lldb/source/API/
DSBSourceManager.cpp99 m_opaque_ap.reset(new SourceManagerImpl (debugger.get_sp())); in SBSourceManager()
DSBDebugger.cpp912 SBDebugger::get_sp () const in get_sp() function in SBDebugger
/external/lldb/include/lldb/API/
DSBDebugger.h330 get_sp () const;
/external/v8/src/mips/
Dsimulator-mips.h184 Address get_sp() { in get_sp() function
/external/v8/src/arm/
Dsimulator-arm.h184 Address get_sp() { in get_sp() function
/external/v8/src/mips64/
Dsimulator-mips64.h215 Address get_sp() { in get_sp() function
/external/v8/src/arm64/
Dsimulator-arm64.h410 Address get_sp() { return reg<Address>(31, Reg31IsStackPointer); }