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