Lines Matching full:thread_local_top
111 v->VisitThread(this, thread_local_top());
154 ThreadLocalTop* current_t = thread_local_top();
167 thread_local_top()->set_try_catch_handler_address(address);
172 ASSERT(thread_local_top()->TryCatchHandler() == that);
173 thread_local_top()->set_try_catch_handler_address(
175 thread_local_top()->catcher_ = NULL;
375 if (c_entry_fp(thread_local_top()) == 0) return;
392 thread_local_top()->failed_access_check_callback_ = callback;
397 if (!thread_local_top()->failed_access_check_callback_) return;
412 thread_local_top()->failed_access_check_callback_(
575 thread_local_top()->catcher_ = can_be_caught_externally ?
594 thread_local_top()->scheduled_exception_ = pending_exception();
595 thread_local_top()->external_caught_exception_ = false;
658 StackHandler::FromAddress(Isolate::handler(thread_local_top()));
666 thread_local_top()->try_catch_handler_address();
741 thread_local_top()->has_pending_message_ = report_exception;
743 thread_local_top()->pending_message_obj_ = *message_obj;
745 thread_local_top()->pending_message_script_ = *location->script();
746 thread_local_top()->pending_message_start_pos_ = location->start_pos();
747 thread_local_top()->pending_message_end_pos_ = location->end_pos();
753 thread_local_top()->catcher_ = can_be_caught_externally ?
772 if ((thread_local_top()->catcher_ == NULL) ||
773 (try_catch_handler() != thread_local_top()->catcher_)) {
786 thread_local_top()->try_catch_handler_address();
799 StackHandler::FromAddress(Isolate::handler(thread_local_top()));
867 thread_local_top()->external_caught_exception_ = false;
871 } else if (thread_local_top()->external_caught_exception_) {
875 ASSERT(thread_local_top()->try_catch_handler_address() != NULL);
877 thread_local_top()->try_catch_handler_address();
886 thread_local_top()->external_caught_exception_ = false;
893 thread_local_top()->scheduled_exception_ = pending_exception();
927 GlobalObject* global = thread_local_top()->context_->global();
958 memcpy(to, reinterpret_cast<char*>(thread_local_top()),
966 memcpy(reinterpret_cast<char*>(thread_local_top()), from,
972 thread_local_top()->simulator_ = Simulator::current(this);
974 thread_local_top()->simulator_ = Simulator::current(this);