Lines Matching refs:ThreadLocalTop
44 class ThreadLocalTop BASE_EMBEDDED {
234 static Address c_entry_fp(ThreadLocalTop* thread) { in c_entry_fp()
237 static Address handler(ThreadLocalTop* thread) { return thread->handler_; } in handler()
246 static Address js_entry_sp(ThreadLocalTop* thread) { in js_entry_sp()
320 static void Iterate(ObjectVisitor* v, ThreadLocalTop* t);
360 static inline ThreadLocalTop* GetCurrentThread() { return &thread_local_; } in GLOBAL_CONTEXT_FIELDS()
361 static int ArchiveSpacePerThread() { return sizeof(ThreadLocalTop); } in ArchiveSpacePerThread()
370 static ThreadLocalTop thread_local_;
372 static void PrintStackTrace(FILE* out, ThreadLocalTop* thread);
374 ThreadLocalTop* archived_thread_data);
376 ThreadLocalTop* archived_thread_data);