Home | History | Annotate | Download | only in src

Lines Matching refs:thread_local_top

430   v->VisitThread(this, thread_local_top());
476 ThreadLocalTop* current_t = thread_local_top();
489 thread_local_top()->set_try_catch_handler_address(address);
494 ASSERT(thread_local_top()->TryCatchHandler() == that);
495 thread_local_top()->set_try_catch_handler_address(
497 thread_local_top()->catcher_ = NULL;
726 if (c_entry_fp(thread_local_top()) == 0) return;
743 thread_local_top()->failed_access_check_callback_ = callback;
748 if (!thread_local_top()->failed_access_check_callback_) return;
764 thread_local_top()->failed_access_check_callback_(
929 thread_local_top()->catcher_ = can_be_caught_externally ?
948 thread_local_top()->scheduled_exception_ = pending_exception();
949 thread_local_top()->external_caught_exception_ = false;
1012 StackHandler::FromAddress(Isolate::handler(thread_local_top()));
1020 thread_local_top()->try_catch_handler_address();
1120 thread_local_top()->pending_message_obj_ = *message_obj;
1122 thread_local_top()->pending_message_script_ = *location->script();
1123 thread_local_top()->pending_message_start_pos_ = location->start_pos();
1124 thread_local_top()->pending_message_end_pos_ = location->end_pos();
1140 thread_local_top()->has_pending_message_ = report_exception;
1144 thread_local_top()->catcher_ = can_be_caught_externally ?
1154 if ((thread_local_top()->catcher_ == NULL) ||
1155 (try_catch_handler() != thread_local_top()->catcher_)) {
1168 thread_local_top()->try_catch_handler_address();
1181 StackHandler::FromAddress(Isolate::handler(thread_local_top()));
1249 thread_local_top()->external_caught_exception_ = false;
1253 } else if (thread_local_top()->external_caught_exception_) {
1257 ASSERT(thread_local_top()->try_catch_handler_address() != NULL);
1259 thread_local_top()->try_catch_handler_address();
1268 thread_local_top()->external_caught_exception_ = false;
1275 thread_local_top()->scheduled_exception_ = pending_exception();
1309 GlobalObject* global = thread_local_top()->context_->global();
1340 memcpy(to, reinterpret_cast<char*>(thread_local_top()),
1351 memcpy(reinterpret_cast<char*>(thread_local_top()), from,
1357 thread_local_top()->simulator_ = Simulator::current(this);
1359 thread_local_top()->simulator_ = Simulator::current(this);