HomeSort by relevance Sort by last modified time
    Searched refs:js_entry_sp_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
isolate.h 282 Address js_entry_sp_; // the stack pointer of the bottom JS entry frame member in class:v8::internal::BASE_EMBEDDED
666 return thread_local_top_.js_entry_sp_;
669 return &thread_local_top_.js_entry_sp_;
    [all...]
isolate.cc 97 js_entry_sp_ = NULL;
    [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...]
isolate.cc 92 js_entry_sp_ = NULL;
    [all...]

Completed in 30 milliseconds