Home
last modified time | relevance | path

Searched refs:ThreadLocalTop (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Disolate.h193 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 …]
Dv8threads.h76 class ThreadLocalTop; variable
82 virtual void VisitThread(Isolate* isolate, ThreadLocalTop* top) = 0;
Disolate.cc77 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 …]
Dframes.h49 class ThreadLocalTop; variable
660 StackFrameIterator(Isolate* isolate, ThreadLocalTop* t);
687 ThreadLocalTop* thread_;
719 inline JavaScriptFrameIteratorTemp(Isolate* isolate, ThreadLocalTop* top);
Dmark-compact.h387 class ThreadLocalTop; variable
622 void PrepareThreadForCodeFlushing(Isolate* isolate, ThreadLocalTop* top);
Dframes-inl.h268 Isolate* isolate, ThreadLocalTop* top) in JavaScriptFrameIteratorTemp()
Dframes.cc107 StackFrameIterator::StackFrameIterator(Isolate* isolate, ThreadLocalTop* t) in StackFrameIterator()
290 ThreadLocalTop* top = isolate->thread_local_top(); in IsValidTop()
Ddebug.cc1791 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()
Dliveedit.cc1655 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { in VisitThread()
Dmark-compact.cc1592 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { in VisitThread()
1647 ThreadLocalTop* top) { in PrepareThreadForCodeFlushing()
Druntime.cc8089 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { in VisitThread()