Lines Matching refs:ThreadLocalTop
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()
1639 ThreadLocalTop* tltop = thread_local_top(); in PopPromise()
1653 ThreadLocalTop* tltop = thread_local_top(); in GetPromiseOnStackOnThrow()
1716 sizeof(ThreadLocalTop)); in ArchiveThread()
1721 return to + sizeof(ThreadLocalTop); in ArchiveThread()
1727 sizeof(ThreadLocalTop)); in RestoreThread()
1734 return from + sizeof(ThreadLocalTop); in RestoreThread()