Home
last modified time | relevance | path

Searched refs:thread_local_top (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Disolate.cc233 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 …]
Dframes.cc68 : StackFrameIterator(isolate, isolate->thread_local_top()) {} in StackFrameIterator()
208 ThreadLocalTop* top = isolate->thread_local_top(); in SafeStackFrameIterator()
Disolate.h862 ThreadLocalTop* thread_local_top() { return &thread_local_top_; } in thread_local_top() function
Ddeoptimizer.cc243 for (StackFrameIterator it(isolate, isolate->thread_local_top()); in DeoptimizeMarkedCodeForContext()
Dapi.cc2438 isolate_->thread_local_top()->rethrowing_message_ = true; in ~TryCatch()
2444 DCHECK(!isolate_->thread_local_top()->rethrowing_message_); in ~TryCatch()
/external/v8/src/runtime/
Druntime-wasm.cc29 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()
Druntime-interpreter.cc161 Object* message = isolate->thread_local_top()->pending_message_obj_; in RUNTIME_FUNCTION()
170 isolate->thread_local_top()->pending_message_obj_ = *message; in RUNTIME_FUNCTION()
/external/v8/src/profiler/
Dtick-sample.cc93 Simulator* simulator = isolate->thread_local_top()->simulator_; in FillRegisters()
213 i::Address handler = i::Isolate::handler(isolate->thread_local_top()); in GetStackSample()
Dcpu-profiler.cc69 Address fp = isolate->c_entry_fp(isolate->thread_local_top()); in AddDeoptStack()
/external/v8/tools/
Dgdbinit61 set $js_entry_sp=v8::internal::Isolate::Current()->thread_local_top()->js_entry_sp_
/external/v8/src/debug/
Ddebug.cc1348 redirect_visitor.VisitThread(isolate_, isolate_->thread_local_top()); in PrepareFunctionForBreakPoints()
1731 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()
/external/v8/src/heap/
Dmark-compact.cc1327 heap()->isolate()->thread_local_top()); in PrepareForCodeFlushing()
2107 for (StackFrameIterator it(isolate(), isolate()->thread_local_top()); in ProcessTopOptimizedFrame()
/external/v8/src/ic/
Dic.cc163 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); in IC()