Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h348 Address js_entry_sp_; // the stack pointer of the bottom JS entry frame variable
640 return thread_local_top_.js_entry_sp_; in js_entry_sp()
643 return &thread_local_top_.js_entry_sp_; in js_entry_sp_address()
Disolate.cc77 js_entry_sp_ = NULL; in InitializeInternal()