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

/external/chromium_org/v8/src/
H A Disolate-inl.h24 c_entry_fp_ = isolate->c_entry_fp(isolate->thread_local_top());
H A Disolate.cc213 ThreadLocalTop* current_t = thread_local_top();
251 thread_local_top()->set_try_catch_handler(that);
256 DCHECK(thread_local_top()->try_catch_handler() == that);
257 thread_local_top()->set_try_catch_handler(that->next_);
258 thread_local_top()->catcher_ = NULL;
606 if (c_entry_fp(thread_local_top()) == 0) return;
623 thread_local_top()->failed_access_check_callback_ = callback;
642 if (!thread_local_top()->failed_access_check_callback_) {
665 thread_local_top()->failed_access_check_callback_(
807 thread_local_top()
[all...]
H A Dsampler.cc230 simulator_ = isolate->thread_local_top()->simulator_;
596 Address handler = Isolate::handler(isolate->thread_local_top());
H A Dframes.cc68 Reset(isolate->thread_local_top());
204 ThreadLocalTop* top = isolate->thread_local_top();
H A Disolate.h877 ThreadLocalTop* thread_local_top() { return &thread_local_top_; } function in class:v8::internal::Isolate
H A Ddebug.cc1956 isolate_->thread_local_top(),
2062 isolate_->thread_local_top());
2516 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception;
H A Dbuiltins.cc145 Address fp = Isolate::c_entry_fp(isolate->thread_local_top());
H A Ddeoptimizer.cc339 for (StackFrameIterator it(isolate, isolate->thread_local_top());
H A Dapi.cc1934 isolate_->thread_local_top()->rethrowing_message_ = true;
1940 DCHECK(!isolate_->thread_local_top()->rethrowing_message_);
/external/chromium_org/v8/test/cctest/
H A Dtrace-extension.cc121 CHECK_NE(NULL, CcTest::i_isolate()->thread_local_top());
/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc1754 heap()->isolate()->thread_local_top());
2219 for (StackFrameIterator it(isolate(), isolate()->thread_local_top());
/external/chromium_org/v8/src/ic/
H A Dic.cc146 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top());

Completed in 193 milliseconds