Home | Sort by relevance Sort by last modified time |
/external/v8/src/ | |
isolate.h | 311 Address js_entry_sp_; // the stack pointer of the bottom JS entry frame member in class:v8::internal::BASE_EMBEDDED 611 return thread_local_top_.js_entry_sp_; 614 return &thread_local_top_.js_entry_sp_; [all...] |
isolate.cc | 76 js_entry_sp_ = NULL; [all...] |