Searched refs:ThreadLocalTop (Results 1 – 19 of 19) sorted by relevance
| /third_party/node/deps/v8/src/execution/ |
| D | thread-local-top.cc | 13 void ThreadLocalTop::Clear() { in Clear() 42 void ThreadLocalTop::Initialize(Isolate* isolate) { in Initialize() 59 void ThreadLocalTop::Free() {} in Free() 62 void ThreadLocalTop::StoreCurrentStackPosition() { in StoreCurrentStackPosition() 66 void ThreadLocalTop::StoreCurrentStackPosition() { in StoreCurrentStackPosition()
|
| D | isolate-data.h | 47 V(kThreadLocalTopOffset, ThreadLocalTop::kSizeInBytes, thread_local_top) \ 130 ThreadLocalTop& thread_local_top() { return thread_local_top_; } in thread_local_top() 131 ThreadLocalTop const& thread_local_top() const { return thread_local_top_; } in thread_local_top() 199 ThreadLocalTop thread_local_top_; 244 STATIC_ASSERT(std::is_standard_layout<ThreadLocalTop>::value); in AssertPredictableLayout()
|
| D | thread-local-top.h | 31 class ThreadLocalTop { 44 ThreadLocalTop() { Clear(); } in ThreadLocalTop() function
|
| D | v8threads.h | 16 class ThreadLocalTop; variable 54 virtual void VisitThread(Isolate* isolate, ThreadLocalTop* top) = 0;
|
| D | frames.h | 66 class ThreadLocalTop; variable 1243 V8_EXPORT_PRIVATE StackFrameIterator(Isolate* isolate, ThreadLocalTop* t); 1262 void Reset(ThreadLocalTop* top); 1264 void Reset(ThreadLocalTop* top, wasm::StackMemory* stack); 1272 inline JavaScriptFrameIterator(Isolate* isolate, ThreadLocalTop* top); 1337 bool IsValidTop(ThreadLocalTop* top) const;
|
| D | isolate.h | 802 static Address c_entry_fp(ThreadLocalTop* thread) { in c_entry_fp() 805 static Address handler(ThreadLocalTop* thread) { return thread->handler_; } in handler() 859 static int ArchiveSpacePerThread() { return sizeof(ThreadLocalTop); } in ArchiveSpacePerThread() 1043 void Iterate(RootVisitor* v, ThreadLocalTop* t); 1226 ThreadLocalTop* thread_local_top() { in thread_local_top() 1229 ThreadLocalTop const* thread_local_top() const { in thread_local_top() 2022 ThreadLocalTop* archived_thread_data); 2024 ThreadLocalTop* archived_thread_data);
|
| D | frames-inl.h | 278 ThreadLocalTop* top) in JavaScriptFrameIterator()
|
| D | isolate.cc | 541 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(thread_storage); in Iterate() 543 return thread_storage + sizeof(ThreadLocalTop); in Iterate() 547 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(t); in IterateThread() 551 void Isolate::Iterate(RootVisitor* v, ThreadLocalTop* thread) { in Iterate() 604 ThreadLocalTop* current_t = thread_local_top(); in Iterate() 2907 sizeof(ThreadLocalTop)); in ThrowInternal() 2908 return to + sizeof(ThreadLocalTop); in ThrowInternal() 2913 sizeof(ThreadLocalTop)); in ThrowInternal() 2915 return from + sizeof(ThreadLocalTop); in ThrowInternal()
|
| D | frames.cc | 109 StackFrameIterator::StackFrameIterator(Isolate* isolate, ThreadLocalTop* t) in StackFrameIterator() 155 void StackFrameIterator::Reset(ThreadLocalTop* top) { in Reset() 164 void StackFrameIterator::Reset(ThreadLocalTop* top, wasm::StackMemory* stack) { in Reset() 362 ThreadLocalTop* top = isolate->thread_local_top(); in SafeStackFrameIterator() 459 bool SafeStackFrameIterator::IsValidTop(ThreadLocalTop* top) const { in IsValidTop()
|
| /third_party/node/deps/v8/include/ |
| D | v8-exception.h | 24 class ThreadLocalTop; variable 212 friend class internal::ThreadLocalTop;
|
| D | v8-isolate.h | 41 class ThreadLocalTop; variable 383 friend class internal::ThreadLocalTop;
|
| /third_party/node/deps/v8/src/debug/ |
| D | debug-frames.h | 75 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override;
|
| D | debug-frames.cc | 110 ThreadLocalTop* top) { in VisitThread()
|
| D | liveedit.cc | 895 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override { in VisitThread()
|
| D | debug.cc | 1408 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override { in VisitThread()
|
| /third_party/node/deps/v8/src/heap/ |
| D | finalization-registry-cleanup-task.cc | 25 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override { in SlowAssertNoActiveJavaScript()
|
| /third_party/node/deps/v8/src/api/ |
| D | api-inl.h | 225 friend class i::ThreadLocalTop;
|
| /third_party/node/deps/v8/src/wasm/ |
| D | wasm-engine.cc | 108 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override { in CheckNoArchivedThreads()
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| D | deoptimizer.cc | 259 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override { in VisitThread()
|