Searched refs:thread_local_top (Results 1 – 13 of 13) sorted by relevance
276 ThreadLocalTop* current_t = thread_local_top(); in Iterate()311 thread_local_top()->set_try_catch_handler(that); in RegisterTryCatchHandler()316 DCHECK(thread_local_top()->try_catch_handler() == that); in UnregisterTryCatchHandler()317 thread_local_top()->set_try_catch_handler(that->next_); in UnregisterTryCatchHandler()894 if (c_entry_fp(thread_local_top()) == 0) return; in PrintStack()911 thread_local_top()->failed_access_check_callback_ = callback; in SetFailedAccessCheckCallback()916 if (!thread_local_top()->failed_access_check_callback_) { in ReportFailedAccessCheck()938 thread_local_top()->failed_access_check_callback_( in ReportFailedAccessCheck()1035 thread_local_top()->external_caught_exception_ = false; in CancelTerminateExecution()1040 thread_local_top()->external_caught_exception_ = false; in CancelTerminateExecution()[all …]
935 &isolate->thread_local_top()->thread_in_wasm_flag_address_)); in wasm_thread_in_wasm_flag_address_address()
67 : StackFrameIterator(isolate, isolate->thread_local_top()) {} in StackFrameIterator()223 ThreadLocalTop* top = isolate->thread_local_top(); in SafeStackFrameIterator()
1025 ThreadLocalTop* thread_local_top() { return &thread_local_top_; } in thread_local_top() function
296 for (StackFrameIterator it(isolate, isolate->thread_local_top()); in DeoptimizeMarkedCodeForContext()366 visitor.VisitThread(isolate, isolate->thread_local_top()); in DeoptimizeMarkedCodeForContext()
2685 isolate_->thread_local_top()->rethrowing_message_ = true; in ~TryCatch()2691 DCHECK(!isolate_->thread_local_top()->rethrowing_message_); in ~TryCatch()
28 StackFrameIterator it(isolate, isolate->thread_local_top()); in GetWasmInstanceOnStackTop()257 StackFrameIterator it(isolate, isolate->thread_local_top()); in RUNTIME_FUNCTION()309 StackFrameIterator it(isolate, isolate->thread_local_top()); in RUNTIME_FUNCTION()
92 Simulator* simulator = isolate->thread_local_top()->simulator_; in FillRegisters()217 i::Address handler = i::Isolate::handler(isolate->thread_local_top()); in GetStackSample()
75 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_
1218 redirect_visitor.VisitThread(isolate_, isolate_->thread_local_top()); in PrepareFunctionForDebugExecution()1660 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()
167 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); in IC()
1696 for (StackFrameIterator it(isolate(), isolate()->thread_local_top()); in ProcessTopOptimizedFrame()