Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h311 Address js_entry_sp_; // the stack pointer of the bottom JS entry frame variable
611 return thread_local_top_.js_entry_sp_; in js_entry_sp()
614 return &thread_local_top_.js_entry_sp_; in js_entry_sp_address()
Disolate.cc76 js_entry_sp_ = NULL; in InitializeInternal()