Searched refs:thread_local_top (Results 1 – 12 of 12) sorted by relevance
224 ThreadLocalTop* current_t = thread_local_top(); in Iterate()262 thread_local_top()->set_try_catch_handler(that); in RegisterTryCatchHandler()267 DCHECK(thread_local_top()->try_catch_handler() == that); in UnregisterTryCatchHandler()268 thread_local_top()->set_try_catch_handler(that->next_); in UnregisterTryCatchHandler()719 if (c_entry_fp(thread_local_top()) == 0) return; in PrintStack()736 thread_local_top()->failed_access_check_callback_ = callback; in SetFailedAccessCheckCallback()756 if (!thread_local_top()->failed_access_check_callback_) { in ReportFailedAccessCheck()778 thread_local_top()->failed_access_check_callback_( in ReportFailedAccessCheck()896 thread_local_top()->external_caught_exception_ = false; in CancelTerminateExecution()901 thread_local_top()->external_caught_exception_ = false; in CancelTerminateExecution()[all …]
69 Reset(isolate->thread_local_top()); in StackFrameIterator()205 ThreadLocalTop* top = isolate->thread_local_top(); in SafeStackFrameIterator()
823 ThreadLocalTop* thread_local_top() { return &thread_local_top_; } in thread_local_top() function
331 for (StackFrameIterator it(isolate, isolate->thread_local_top()); in DeoptimizeMarkedCodeForContext()
2155 isolate_->thread_local_top()->rethrowing_message_ = true; in ~TryCatch()2161 DCHECK(!isolate_->thread_local_top()->rethrowing_message_); in ~TryCatch()
148 CHECK(CcTest::i_isolate()->thread_local_top()); in GetJsEntrySp()
38 ->thread_local_top() in Init()
291 simulator_ = isolate->thread_local_top()->simulator_; in Init()677 Address handler = Isolate::handler(isolate->thread_local_top()); in Init()
48 Address fp = isolate->c_entry_fp(isolate->thread_local_top()); in AddDeoptStack()
1175 redirect_visitor.VisitThread(isolate_, isolate_->thread_local_top()); in PrepareFunctionForBreakPoints()1574 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()
1387 heap()->isolate()->thread_local_top()); in PrepareForCodeFlushing()1944 for (StackFrameIterator it(isolate(), isolate()->thread_local_top()); in ProcessTopOptimizedFrame()
151 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); in IC()