Home
last modified time | relevance | path

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

/external/v8/tools/
Dgdbinit89 set $js_entry_sp=v8::internal::Isolate::Current()->thread_local_top()->js_entry_sp_
/external/v8/src/
Disolate.h341 Address js_entry_sp_; // the stack pointer of the bottom JS entry frame variable
641 return thread_local_top_.js_entry_sp_; in js_entry_sp()
644 return &thread_local_top_.js_entry_sp_; in js_entry_sp_address()
Disolate.cc88 js_entry_sp_ = NULL; in InitializeInternal()