Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc224 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 …]
Dframes.cc69 Reset(isolate->thread_local_top()); in StackFrameIterator()
205 ThreadLocalTop* top = isolate->thread_local_top(); in SafeStackFrameIterator()
Disolate.h823 ThreadLocalTop* thread_local_top() { return &thread_local_top_; } in thread_local_top() function
Ddeoptimizer.cc331 for (StackFrameIterator it(isolate, isolate->thread_local_top()); in DeoptimizeMarkedCodeForContext()
Dapi.cc2155 isolate_->thread_local_top()->rethrowing_message_ = true; in ~TryCatch()
2161 DCHECK(!isolate_->thread_local_top()->rethrowing_message_); in ~TryCatch()
/external/v8/test/cctest/
Dtrace-extension.cc148 CHECK(CcTest::i_isolate()->thread_local_top()); in GetJsEntrySp()
Dtest-sampler-api.cc38 ->thread_local_top() in Init()
/external/v8/src/profiler/
Dsampler.cc291 simulator_ = isolate->thread_local_top()->simulator_; in Init()
677 Address handler = Isolate::handler(isolate->thread_local_top()); in Init()
Dcpu-profiler.cc48 Address fp = isolate->c_entry_fp(isolate->thread_local_top()); in AddDeoptStack()
/external/v8/src/debug/
Ddebug.cc1175 redirect_visitor.VisitThread(isolate_, isolate_->thread_local_top()); in PrepareFunctionForBreakPoints()
1574 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()
/external/v8/src/heap/
Dmark-compact.cc1387 heap()->isolate()->thread_local_top()); in PrepareForCodeFlushing()
1944 for (StackFrameIterator it(isolate(), isolate()->thread_local_top()); in ProcessTopOptimizedFrame()
/external/v8/src/ic/
Dic.cc151 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); in IC()