Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc276 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 …]
Dexternal-reference.cc935 &isolate->thread_local_top()->thread_in_wasm_flag_address_)); in wasm_thread_in_wasm_flag_address_address()
Dframes.cc67 : StackFrameIterator(isolate, isolate->thread_local_top()) {} in StackFrameIterator()
223 ThreadLocalTop* top = isolate->thread_local_top(); in SafeStackFrameIterator()
Disolate.h1025 ThreadLocalTop* thread_local_top() { return &thread_local_top_; } in thread_local_top() function
Ddeoptimizer.cc296 for (StackFrameIterator it(isolate, isolate->thread_local_top()); in DeoptimizeMarkedCodeForContext()
366 visitor.VisitThread(isolate, isolate->thread_local_top()); in DeoptimizeMarkedCodeForContext()
Dapi.cc2685 isolate_->thread_local_top()->rethrowing_message_ = true; in ~TryCatch()
2691 DCHECK(!isolate_->thread_local_top()->rethrowing_message_); in ~TryCatch()
/external/v8/src/runtime/
Druntime-wasm.cc28 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()
/external/v8/src/profiler/
Dtick-sample.cc92 Simulator* simulator = isolate->thread_local_top()->simulator_; in FillRegisters()
217 i::Address handler = i::Isolate::handler(isolate->thread_local_top()); in GetStackSample()
Dcpu-profiler.cc75 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.cc1218 redirect_visitor.VisitThread(isolate_, isolate_->thread_local_top()); in PrepareFunctionForDebugExecution()
1660 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()
/external/v8/src/ic/
Dic.cc167 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); in IC()
/external/v8/src/heap/
Dmark-compact.cc1696 for (StackFrameIterator it(isolate(), isolate()->thread_local_top()); in ProcessTopOptimizedFrame()