Searched refs:ThreadLocalTop (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | v8threads.h | 56 class ThreadLocalTop; variable 62 virtual void VisitThread(Isolate* isolate, ThreadLocalTop* top) = 0;
|
D | isolate.h | 276 class ThreadLocalTop BASE_EMBEDDED { 280 ThreadLocalTop(); 624 static Address c_entry_fp(ThreadLocalTop* thread) { in c_entry_fp() 627 static Address handler(ThreadLocalTop* thread) { return thread->handler_; } in handler() 653 static int ArchiveSpacePerThread() { return sizeof(ThreadLocalTop); } in ArchiveSpacePerThread() 777 void Iterate(ObjectVisitor* v, ThreadLocalTop* t); 849 ThreadLocalTop* thread_local_top() { return &thread_local_top_; } in thread_local_top() 1237 ThreadLocalTop* archived_thread_data); 1239 ThreadLocalTop* archived_thread_data); 1290 ThreadLocalTop thread_local_top_;
|
D | isolate.cc | 65 ThreadLocalTop::ThreadLocalTop() { in ThreadLocalTop() function in v8::internal::ThreadLocalTop 70 void ThreadLocalTop::InitializeInternal() { in InitializeInternal() 97 void ThreadLocalTop::Initialize() { in Initialize() 106 void ThreadLocalTop::Free() { in Free() 191 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(thread_storage); in Iterate() 193 return thread_storage + sizeof(ThreadLocalTop); in Iterate() 198 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(t); in IterateThread() 203 void Isolate::Iterate(ObjectVisitor* v, ThreadLocalTop* thread) { in Iterate() 225 ThreadLocalTop* current_t = thread_local_top(); in Iterate() 1627 ThreadLocalTop* tltop = thread_local_top(); in PushPromise() [all …]
|
D | frames.h | 33 class ThreadLocalTop; variable 1152 StackFrameIterator(Isolate* isolate, ThreadLocalTop* t); 1162 void Reset(ThreadLocalTop* top); 1171 inline JavaScriptFrameIterator(Isolate* isolate, ThreadLocalTop* top); 1231 bool IsValidTop(ThreadLocalTop* top) const;
|
D | frames-inl.h | 269 Isolate* isolate, ThreadLocalTop* top) in JavaScriptFrameIterator()
|
D | frames.cc | 73 StackFrameIterator::StackFrameIterator(Isolate* isolate, ThreadLocalTop* t) in StackFrameIterator() 102 void StackFrameIterator::Reset(ThreadLocalTop* top) { in Reset() 202 ThreadLocalTop* top = isolate->thread_local_top(); in SafeStackFrameIterator() 237 bool SafeStackFrameIterator::IsValidTop(ThreadLocalTop* top) const { in IsValidTop()
|
D | compiler.cc | 817 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { in VisitThread()
|
/external/v8/src/heap/ |
D | mark-compact.h | 320 class ThreadLocalTop; variable 670 void PrepareThreadForCodeFlushing(Isolate* isolate, ThreadLocalTop* top);
|
D | mark-compact.cc | 1317 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { in VisitThread() 1352 ThreadLocalTop* top) { in PrepareThreadForCodeFlushing()
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 101 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { in VisitThread()
|
/external/v8/src/debug/ |
D | liveedit.cc | 1838 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { in VisitThread()
|
D | debug.cc | 1250 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { in VisitThread()
|