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

  /external/chromium_org/v8/src/
isolate.h 270 Address js_entry_sp_; // the stack pointer of the bottom JS entry frame member in class:v8::internal::BASE_EMBEDDED
630 return thread_local_top_.js_entry_sp_;
633 return &thread_local_top_.js_entry_sp_;
    [all...]
isolate.cc 69 js_entry_sp_ = NULL;
    [all...]

Completed in 577 milliseconds