Searched refs:thread_local_top (Results 1 – 13 of 13) sorted by relevance
233 ThreadLocalTop* current_t = thread_local_top(); in Iterate()271 thread_local_top()->set_try_catch_handler(that); in RegisterTryCatchHandler()276 DCHECK(thread_local_top()->try_catch_handler() == that); in UnregisterTryCatchHandler()277 thread_local_top()->set_try_catch_handler(that->next_); in UnregisterTryCatchHandler()835 if (c_entry_fp(thread_local_top()) == 0) return; in PrintStack()852 thread_local_top()->failed_access_check_callback_ = callback; in SetFailedAccessCheckCallback()857 if (!thread_local_top()->failed_access_check_callback_) { in ReportFailedAccessCheck()879 thread_local_top()->failed_access_check_callback_( in ReportFailedAccessCheck()976 thread_local_top()->external_caught_exception_ = false; in CancelTerminateExecution()981 thread_local_top()->external_caught_exception_ = false; in CancelTerminateExecution()[all …]
68 : StackFrameIterator(isolate, isolate->thread_local_top()) {} in StackFrameIterator()208 ThreadLocalTop* top = isolate->thread_local_top(); in SafeStackFrameIterator()
862 ThreadLocalTop* thread_local_top() { return &thread_local_top_; } in thread_local_top() function
243 for (StackFrameIterator it(isolate, isolate->thread_local_top()); in DeoptimizeMarkedCodeForContext()
2438 isolate_->thread_local_top()->rethrowing_message_ = true; in ~TryCatch()2444 DCHECK(!isolate_->thread_local_top()->rethrowing_message_); in ~TryCatch()
29 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); in RUNTIME_FUNCTION()50 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); in RUNTIME_FUNCTION()
161 Object* message = isolate->thread_local_top()->pending_message_obj_; in RUNTIME_FUNCTION()170 isolate->thread_local_top()->pending_message_obj_ = *message; in RUNTIME_FUNCTION()
93 Simulator* simulator = isolate->thread_local_top()->simulator_; in FillRegisters()213 i::Address handler = i::Isolate::handler(isolate->thread_local_top()); in GetStackSample()
69 Address fp = isolate->c_entry_fp(isolate->thread_local_top()); in AddDeoptStack()
61 set $js_entry_sp=v8::internal::Isolate::Current()->thread_local_top()->js_entry_sp_
1348 redirect_visitor.VisitThread(isolate_, isolate_->thread_local_top()); in PrepareFunctionForBreakPoints()1731 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()
1327 heap()->isolate()->thread_local_top()); in PrepareForCodeFlushing()2107 for (StackFrameIterator it(isolate(), isolate()->thread_local_top()); in ProcessTopOptimizedFrame()
163 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); in IC()