Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dthread-local-top.cc13 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()
Disolate-data.h47 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()
Dthread-local-top.h31 class ThreadLocalTop {
44 ThreadLocalTop() { Clear(); } in ThreadLocalTop() function
Dv8threads.h16 class ThreadLocalTop; variable
54 virtual void VisitThread(Isolate* isolate, ThreadLocalTop* top) = 0;
Dframes.h66 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;
Disolate.h802 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);
Dframes-inl.h278 ThreadLocalTop* top) in JavaScriptFrameIterator()
Disolate.cc541 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()
Dframes.cc109 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/
Dv8-exception.h24 class ThreadLocalTop; variable
212 friend class internal::ThreadLocalTop;
Dv8-isolate.h41 class ThreadLocalTop; variable
383 friend class internal::ThreadLocalTop;
/third_party/node/deps/v8/src/debug/
Ddebug-frames.h75 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override;
Ddebug-frames.cc110 ThreadLocalTop* top) { in VisitThread()
Dliveedit.cc895 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override { in VisitThread()
Ddebug.cc1408 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override { in VisitThread()
/third_party/node/deps/v8/src/heap/
Dfinalization-registry-cleanup-task.cc25 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override { in SlowAssertNoActiveJavaScript()
/third_party/node/deps/v8/src/api/
Dapi-inl.h225 friend class i::ThreadLocalTop;
/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc108 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override { in CheckNoArchivedThreads()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc259 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override { in VisitThread()