Home | History | Annotate | Download | only in src

Lines Matching defs:to

20 // API code to verify that the lock is always held when V8 is being entered.
26 // Once the Locker is initialized, the current thread will be guaranteed to have
40 // This may be a locker within an unlocker in which case we have to
120 // If there is another thread that was lazily archived then we have to really
289 char* to = state->data();
292 to = isolate_->handle_scope_implementer()->ArchiveThread(to);
293 to = isolate_->ArchiveThread(to);
294 to = Relocatable::ArchiveState(isolate_, to);
295 to = isolate_->debug()->ArchiveDebug(to);
296 to = isolate_->stack_guard()->ArchiveStackGuard(to);
297 to = isolate_->regexp_stack()->ArchiveStack(to);
298 to = isolate_->bootstrapper()->ArchiveState(to);