Searched refs:ThreadLocalTop (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | isolate.h | 193 class ThreadLocalTop BASE_EMBEDDED { 197 ThreadLocalTop(); 600 static Address c_entry_fp(ThreadLocalTop* thread) { in c_entry_fp() 603 static Address handler(ThreadLocalTop* thread) { return thread->handler_; } in handler() 611 static Address js_entry_sp(ThreadLocalTop* thread) { in js_entry_sp() 636 static int ArchiveSpacePerThread() { return sizeof(ThreadLocalTop); } in ArchiveSpacePerThread() 737 void Iterate(ObjectVisitor* v, ThreadLocalTop* t); 810 ThreadLocalTop* thread_local_top() { return &thread_local_top_; } in thread_local_top() 1133 void PrintStackTrace(FILE* out, ThreadLocalTop* thread); 1135 ThreadLocalTop* archived_thread_data); [all …]
|
D | v8threads.h | 76 class ThreadLocalTop; variable 82 virtual void VisitThread(Isolate* isolate, ThreadLocalTop* top) = 0;
|
D | isolate.cc | 77 ThreadLocalTop::ThreadLocalTop() { in ThreadLocalTop() function in v8::internal::ThreadLocalTop 86 void ThreadLocalTop::InitializeInternal() { in InitializeInternal() 114 void ThreadLocalTop::Initialize() { in Initialize() 127 v8::TryCatch* ThreadLocalTop::TryCatchHandler() { in TryCatchHandler() 423 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(thread_storage); in Iterate() 425 return thread_storage + sizeof(ThreadLocalTop); in Iterate() 435 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(t); in IterateThread() 440 void Isolate::Iterate(ObjectVisitor* v, ThreadLocalTop* thread) { in Iterate() 476 ThreadLocalTop* current_t = thread_local_top(); in Iterate() 1341 sizeof(ThreadLocalTop)); in ArchiveThread() [all …]
|
D | frames.h | 49 class ThreadLocalTop; variable 660 StackFrameIterator(Isolate* isolate, ThreadLocalTop* t); 687 ThreadLocalTop* thread_; 719 inline JavaScriptFrameIteratorTemp(Isolate* isolate, ThreadLocalTop* top);
|
D | mark-compact.h | 387 class ThreadLocalTop; variable 622 void PrepareThreadForCodeFlushing(Isolate* isolate, ThreadLocalTop* top);
|
D | frames-inl.h | 268 Isolate* isolate, ThreadLocalTop* top) in JavaScriptFrameIteratorTemp()
|
D | frames.cc | 107 StackFrameIterator::StackFrameIterator(Isolate* isolate, ThreadLocalTop* t) in StackFrameIterator() 290 ThreadLocalTop* top = isolate->thread_local_top(); in IsValidTop()
|
D | debug.cc | 1791 ThreadLocalTop* top, in CollectActiveFunctionsFromThread() 1820 ThreadLocalTop* top) { in RedirectActivationsToRecompiledCodeOnThread() 1904 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { in VisitThread() 1919 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { in VisitThread()
|
D | liveedit.cc | 1655 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { in VisitThread()
|
D | mark-compact.cc | 1592 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { in VisitThread() 1647 ThreadLocalTop* top) { in PrepareThreadForCodeFlushing()
|
D | runtime.cc | 8089 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { in VisitThread()
|