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

  /external/v8/src/
v8threads.h 76 class ThreadLocalTop;
81 // ThreadLocalTop may be only available during this call.
82 virtual void VisitThread(Isolate* isolate, ThreadLocalTop* top) = 0;
isolate.h 193 class ThreadLocalTop BASE_EMBEDDED {
197 ThreadLocalTop();
600 static Address c_entry_fp(ThreadLocalTop* thread) {
603 static Address handler(ThreadLocalTop* thread) { return thread->handler_; }
611 static Address js_entry_sp(ThreadLocalTop* thread) {
636 static int ArchiveSpacePerThread() { return sizeof(ThreadLocalTop); }
737 void Iterate(ObjectVisitor* v, ThreadLocalTop* t);
810 ThreadLocalTop* thread_local_top() { return &thread_local_top_; }
    [all...]
isolate.cc 77 ThreadLocalTop::ThreadLocalTop() {
86 void ThreadLocalTop::InitializeInternal() {
114 void ThreadLocalTop::Initialize() {
127 v8::TryCatch* ThreadLocalTop::TryCatchHandler() {
423 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(thread_storage);
425 return thread_storage + sizeof(ThreadLocalTop);
435 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(t)
    [all...]
frames.h 49 class ThreadLocalTop;
660 StackFrameIterator(Isolate* isolate, ThreadLocalTop* t);
687 ThreadLocalTop* thread_;
719 inline JavaScriptFrameIteratorTemp(Isolate* isolate, ThreadLocalTop* top);
mark-compact.h 387 class ThreadLocalTop;
622 void PrepareThreadForCodeFlushing(Isolate* isolate, ThreadLocalTop* top);
frames-inl.h 268 Isolate* isolate, ThreadLocalTop* top)
frames.cc 107 StackFrameIterator::StackFrameIterator(Isolate* isolate, ThreadLocalTop* t)
290 ThreadLocalTop* top = isolate->thread_local_top();
    [all...]
debug.cc     [all...]
liveedit.cc     [all...]
mark-compact.cc     [all...]
runtime.cc     [all...]

Completed in 87 milliseconds