Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Disolate.h295 Address js_entry_sp_; // the stack pointer of the bottom JS entry frame variable
658 return thread_local_top_.js_entry_sp_; in js_entry_sp()
661 return &thread_local_top_.js_entry_sp_; in js_entry_sp_address()
Disolate.cc71 js_entry_sp_ = NULL; in InitializeInternal()