next_            3486 include/v8.h     void* next_;
next_             105 src/allocation.cc   next_ = other->next_;
next_             106 src/allocation.cc   other->next_->previous_ = this;
next_             108 src/allocation.cc   other->next_ = this;
next_             113 src/allocation.cc   next_->previous_ = previous_;
next_             114 src/allocation.cc   previous_->next_ = next_;
next_             120 src/allocation.cc   previous_ = next_ = this;
next_             123 src/allocation.h   PreallocatedStorage* next_;
next_             511 src/api.cc       that->next_ = first_extension_;
next_            1672 src/api.cc           next_(isolate_->try_catch_handler_address()),
next_            6428 src/api.cc            deferred = deferred->next_) {
next_            6489 src/api.cc         deferred_handles_head_ = deferred_handles_head_->next_;
next_            6491 src/api.cc       if (deferred->next_ != NULL) {
next_            6492 src/api.cc         deferred->next_->previous_ = deferred->previous_;
next_            6495 src/api.cc         deferred->previous_->next_ = deferred->next_;
next_             151 src/api.h        RegisteredExtension* next() { return next_; }
next_             156 src/api.h        RegisteredExtension* next_;
next_             402 src/api.h            : next_(next),
next_             412 src/api.h        DeferredHandles* next_;
next_             811 src/arm/simulator-arm.cc     next_ = isolate->simulator_redirection();
next_             830 src/arm/simulator-arm.cc     for (; current != NULL; current = current->next_) {
next_             847 src/arm/simulator-arm.cc   Redirection* next_;
next_             805 src/ast.h          next_ = next;
next_             810 src/ast.h        Statement* next() const { return next_; }
next_             835 src/ast.h              next_(NULL),
next_             845 src/ast.h        Statement* next_;
next_             131 src/d8-debug.h       : type_(type), data_(data), next_(NULL) {
next_             143 src/d8-debug.h   void set_next(RemoteDebuggerEvent* event) { next_ = event; }
next_             144 src/d8-debug.h   RemoteDebuggerEvent* next() { return next_; }
next_             148 src/d8-debug.h   RemoteDebuggerEvent* next_;
next_              87 src/d8.cc          current = current->next_;
next_             135 src/d8.h         LineEditor* next_;
next_             261 src/dateparser.h         : in_(in), next_(Scan()) { }
next_             263 src/dateparser.h       DateToken result = next_;
next_             264 src/dateparser.h       next_ = Scan();
next_             269 src/dateparser.h       return next_;
next_             272 src/dateparser.h       if (next_.IsSymbol(symbol)) {
next_             273 src/dateparser.h         next_ = Scan();
next_             283 src/dateparser.h     DateToken next_;
next_             206 src/debug.h      DebugInfoListNode* next() { return next_; }
next_             207 src/debug.h      void set_next(DebugInfoListNode* next) { next_ = next; }
next_             215 src/debug.h      DebugInfoListNode* next_;
next_             628 src/deoptimizer.h   DeoptimizingCodeListNode* next() const { return next_; }
next_             629 src/deoptimizer.h   void set_next(DeoptimizingCodeListNode* next) { next_ = next; }
next_             637 src/deoptimizer.h   DeoptimizingCodeListNode* next_;
next_            1805 src/gdb-jit.cc     JITCodeEntry* next_;
next_            1848 src/gdb-jit.cc   entry->prev_ = entry->next_ = NULL;
next_            1880 src/gdb-jit.cc   entry->next_ = __jit_debug_descriptor.first_entry_;
next_            1881 src/gdb-jit.cc   if (entry->next_ != NULL) entry->next_->prev_ = entry;
next_            1892 src/gdb-jit.cc     entry->prev_->next_ = entry->next_;
next_            1894 src/gdb-jit.cc     __jit_debug_descriptor.first_entry_ = entry->next_;
next_            1897 src/gdb-jit.cc   if (entry->next_ != NULL) {
next_            1898 src/gdb-jit.cc     entry->next_->prev_ = entry->prev_;
next_             321 src/global-handles.cc   NodeBlock* next() const { return next_; }
next_             329 src/global-handles.cc   NodeBlock* const next_;
next_             302 src/hydrogen-instructions.cc   current_ = next_;
next_             304 src/hydrogen-instructions.cc     next_ = current_->tail();
next_             551 src/hydrogen-instructions.cc   previous_->next_ = next_;
next_             552 src/hydrogen-instructions.cc   if (next_ == NULL) {
next_             556 src/hydrogen-instructions.cc     next_->previous_ = previous_;
next_             569 src/hydrogen-instructions.cc   prev->next_ = this;
next_             571 src/hydrogen-instructions.cc   next_ = next;
next_             580 src/hydrogen-instructions.cc   ASSERT(!IsControlInstruction() || previous->next_ == NULL);
next_             593 src/hydrogen-instructions.cc   HInstruction* next = previous->next_;
next_             597 src/hydrogen-instructions.cc     next = previous->next_;
next_             601 src/hydrogen-instructions.cc   next_ = next;
next_             603 src/hydrogen-instructions.cc   previous->next_ = this;
next_             232 src/hydrogen-instructions.h         next_(NULL),
next_             238 src/hydrogen-instructions.h         next_(NULL),
next_             243 src/hydrogen-instructions.h   Range* next() const { return next_; }
next_             274 src/hydrogen-instructions.h     next_ = other;
next_             290 src/hydrogen-instructions.h   Range* next_;
next_             503 src/hydrogen-instructions.h   HUseListNode* next_;
next_             849 src/hydrogen-instructions.h   HInstruction* next() const { return next_; }
next_             883 src/hydrogen-instructions.h       : next_(NULL),
next_             899 src/hydrogen-instructions.h   HInstruction* next_;
next_            2147 src/hydrogen.cc     if (next_ == NULL) {
next_            2148 src/hydrogen.cc       next_ =
next_            2151 src/hydrogen.cc       next_->Initialize(block, map(), dominators, true, zone);
next_            2153 src/hydrogen.cc     return next_;
next_            2167 src/hydrogen.cc   GvnBasicBlockState* next_;
next_             818 src/hydrogen.h         : info_(info), owner_(owner), next_(owner->break_scope()) {
next_             822 src/hydrogen.h     ~BreakAndContinueScope() { owner_->set_break_scope(next_); }
next_             826 src/hydrogen.h     BreakAndContinueScope* next() { return next_; }
next_             834 src/hydrogen.h     BreakAndContinueScope* next_;
next_             246 src/isolate.cc   ASSERT(free_list_.next_ == &free_list_);
next_             250 src/isolate.cc   free_list_.next_ = free_list_.previous_ = free_chunk;
next_             251 src/isolate.cc   free_chunk->next_ = free_chunk->previous_ = &free_list_;
next_             261 src/isolate.cc   ASSERT(free_list_.next_ != &free_list_);
next_             266 src/isolate.cc   for (PreallocatedStorage* storage = free_list_.next_;
next_             268 src/isolate.cc        storage = storage->next_) {
next_             276 src/isolate.cc   for (PreallocatedStorage* storage = free_list_.next_;
next_             278 src/isolate.cc        storage = storage->next_) {
next_             309 src/isolate.cc   ASSERT(storage->next_->previous_ == storage);
next_             310 src/isolate.cc   ASSERT(storage->previous_->next_ == storage);
next_             460 src/isolate.cc        block = TRY_CATCH_FROM_ADDRESS(block->next_)) {
next_             496 src/isolate.cc       reinterpret_cast<Address>(that->next_));
next_            1388 src/isolate.cc   for (PerIsolateThreadData* data = list_; data != NULL; data = data->next_) {
next_            1397 src/isolate.cc   data->next_ = list_;
next_            1403 src/isolate.cc   if (list_ == data) list_ = data->next_;
next_            1404 src/isolate.cc   if (data->next_ != NULL) data->next_->prev_ = data->prev_;
next_            1405 src/isolate.cc   if (data->prev_ != NULL) data->prev_->next_ = data->next_;
next_            1422 src/isolate.cc     PerIsolateThreadData* next = data->next_;
next_             380 src/isolate.h            next_(NULL),
next_             412 src/isolate.h      PerIsolateThreadData* next_;
next_            1344 src/jsregexp.h         : type_(type), reg_(reg), next_(NULL) { }
next_            1345 src/jsregexp.h     DeferredAction* next() { return next_; }
next_            1352 src/jsregexp.h     DeferredAction* next_;
next_            1450 src/jsregexp.h     ASSERT(new_action->next_ == NULL);
next_            1451 src/jsregexp.h     new_action->next_ = actions_;
next_              63 src/lithium-allocator.cc       next_(NULL),
next_              93 src/lithium-allocator.cc   after->next_ = next_;
next_              94 src/lithium-allocator.cc   next_ = after;
next_             138 src/lithium-allocator.cc       next_(NULL),
next_             336 src/lithium-allocator.cc     use_before->next_ = NULL;
next_             350 src/lithium-allocator.cc   result->next_ = next_;
next_             351 src/lithium-allocator.cc   next_ = result;
next_             405 src/lithium-allocator.cc   new_interval->next_ = first_interval_;
next_             461 src/lithium-allocator.cc     use_pos->next_ = prev->next_;
next_             462 src/lithium-allocator.cc     prev->next_ = use_pos;
next_             209 src/lithium-allocator.h       : start_(start), end_(end), next_(NULL) {
next_             215 src/lithium-allocator.h   UseInterval* next() const { return next_; }
next_             235 src/lithium-allocator.h   void set_next(UseInterval* next) { next_ = next; }
next_             239 src/lithium-allocator.h   UseInterval* next_;
next_             259 src/lithium-allocator.h   UsePosition* next() const { return next_; }
next_             262 src/lithium-allocator.h   void set_next(UsePosition* next) { next_ = next; }
next_             267 src/lithium-allocator.h   UsePosition* next_;
next_             286 src/lithium-allocator.h   LiveRange* next() const { return next_; }
next_             393 src/lithium-allocator.h   LiveRange* next_;
next_             432 src/liveobjectlist.cc       SetCurrent(curr_->next_);
next_             446 src/liveobjectlist.cc         SetCurrent(curr_->next_);
next_             684 src/liveobjectlist.cc                                 older_->next_ : LiveObjectList::first_;
next_             685 src/liveobjectlist.cc     LiveObjectList* last_lol = (newer_ != NULL) ? newer_->next_ : NULL;
next_             928 src/liveobjectlist.cc       next_(NULL),
next_            1138 src/liveobjectlist.cc       last_->next_ = lol;
next_            1203 src/liveobjectlist.cc     LiveObjectList* next = lol->next_;
next_            1213 src/liveobjectlist.cc       prev->next_ = lol->next_;
next_            1215 src/liveobjectlist.cc       first_ = lol->next_;
next_            1219 src/liveobjectlist.cc     lol->next_ = NULL;
next_             167 src/liveobjectlist.h   LiveObjectList* next() { return next_; }
next_             201 src/liveobjectlist.h   LiveObjectList* next_;
next_             283 src/mark-compact.h       : idx_(0), chain_length_(1), next_(next_buffer) {
next_             284 src/mark-compact.h     if (next_ != NULL) {
next_             285 src/mark-compact.h       chain_length_ = next_->chain_length_ + 1;
next_             311 src/mark-compact.h   SlotsBuffer* next() { return next_; }
next_             381 src/mark-compact.h   SlotsBuffer* next_;
next_             942 src/mips/simulator-mips.cc     next_ = isolate->simulator_redirection();
next_             961 src/mips/simulator-mips.cc     for (; current != NULL; current = current->next_) {
next_             978 src/mips/simulator-mips.cc   Redirection* next_;
next_              38 src/property.cc     current = current->next_;
next_             138 src/property.h         next_(isolate->top_lookup_result()),
next_             148 src/property.h     isolate_->SetTopLookupResult(next_);
next_             388 src/property.h   LookupResult* next_;
next_             225 src/scanner.cc   current_ = next_;
next_             232 src/scanner.cc       next_.token = token;
next_             233 src/scanner.cc       next_.location.beg_pos = pos;
next_             234 src/scanner.cc       next_.location.end_pos = pos + 1;
next_             354 src/scanner.cc   next_.literal_chars = NULL;
next_             358 src/scanner.cc     next_.location.beg_pos = source_pos();
next_             588 src/scanner.cc   next_.location.end_pos = source_pos();
next_             589 src/scanner.cc   next_.token = token;
next_             596 src/scanner.cc   if (pos == next_.location.beg_pos) return;
next_             598 src/scanner.cc   ASSERT_EQ(next_.location.end_pos, current_pos);
next_             958 src/scanner.cc   if (next_.literal_chars->is_ascii()) {
next_             959 src/scanner.cc     Vector<const char> chars = next_.literal_chars->ascii_literal();
next_             999 src/scanner.cc   next_.location.beg_pos = source_pos() - (seen_equal ? 2 : 1);
next_            1000 src/scanner.cc   next_.location.end_pos = source_pos() - (seen_equal ? 1 : 0);
next_            1085 src/scanner.cc   next_.location.end_pos = source_pos() - 1;
next_             367 src/scanner.h    Token::Value peek() const { return next_.token; }
next_             369 src/scanner.h    Location peek_location() const { return next_.location; }
next_             374 src/scanner.h      ASSERT_NOT_NULL(next_.literal_chars);
next_             375 src/scanner.h      return next_.literal_chars->ascii_literal();
next_             378 src/scanner.h      ASSERT_NOT_NULL(next_.literal_chars);
next_             379 src/scanner.h      return next_.literal_chars->utf16_literal();
next_             382 src/scanner.h      ASSERT_NOT_NULL(next_.literal_chars);
next_             383 src/scanner.h      return next_.literal_chars->is_ascii();
next_             386 src/scanner.h      ASSERT_NOT_NULL(next_.literal_chars);
next_             387 src/scanner.h      return next_.literal_chars->length();
next_             461 src/scanner.h      next_.literal_chars = free_buffer;
next_             465 src/scanner.h      ASSERT_NOT_NULL(next_.literal_chars);
next_             466 src/scanner.h      next_.literal_chars->AddChar(c);
next_             477 src/scanner.h      next_.literal_chars = NULL;
next_             549 src/scanner.h    TokenDesc next_;     // desc for next token (one token look-ahead)
next_             242 src/v8threads.cc       next_(this),
next_             259 src/v8threads.cc   next_->previous_ = previous_;
next_             260 src/v8threads.cc   previous_->next_ = next_;
next_             268 src/v8threads.cc   next_ = flying_anchor->next_;
next_             270 src/v8threads.cc   flying_anchor->next_ = this;
next_             271 src/v8threads.cc   next_->previous_ = this;
next_             276 src/v8threads.cc   ThreadState* gotten = free_anchor_->next_;
next_             293 src/v8threads.cc   if (next_ == thread_manager_->in_use_anchor_) return NULL;
next_             294 src/v8threads.cc   return next_;
next_             322 src/v8threads.cc   for (ThreadState* current = anchor->next_; current != anchor;) {
next_             323 src/v8threads.cc     ThreadState* next = current->next_;
next_              67 src/v8threads.h   ThreadState* next_;
next_              46 src/zone.cc        next_ = next;
next_              50 src/zone.cc      Segment* next() const { return next_; }
next_              51 src/zone.cc      void clear_next() { next_ = NULL; }
next_              65 src/zone.cc      Segment* next_;