Home | Sort by relevance Sort by last modified time |
/external/chromium_org/v8/src/ | |
isolate.h | 278 Address js_entry_sp_; // the stack pointer of the bottom JS entry frame member in class:v8::internal::BASE_EMBEDDED 647 return thread_local_top_.js_entry_sp_; 650 return &thread_local_top_.js_entry_sp_; [all...] |
/external/v8/src/ | |
isolate.h | 263 Address js_entry_sp_; // the stack pointer of the bottom JS entry frame member in class:v8::internal::BASE_EMBEDDED 612 return thread->js_entry_sp_; 615 return &thread_local_top_.js_entry_sp_; [all...] |