Home
last modified time | relevance | path

Searched refs:js_entry_sp_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/
Dgdbinit61 set $js_entry_sp=v8::internal::Isolate::Current()->thread_local_top()->js_entry_sp_
/external/v8/src/
Disolate.h340 Address js_entry_sp_; // the stack pointer of the bottom JS entry frame variable
639 return thread_local_top_.js_entry_sp_; in js_entry_sp()
642 return &thread_local_top_.js_entry_sp_; in js_entry_sp_address()
Disolate.cc85 js_entry_sp_ = NULL; in InitializeInternal()