tail             1392 src/heap.cc      JSFunction* tail = NULL;
tail             1404 src/heap.cc            ASSERT(tail != NULL);
tail             1405 src/heap.cc            tail->set_next_function_link(retain);
tail             1408 src/heap.cc                  HeapObject::RawField(tail, JSFunction::kNextFunctionLinkOffset);
tail             1415 src/heap.cc          tail = candidate_function;
tail             1427 src/heap.cc      if (tail != NULL) {
tail             1428 src/heap.cc        tail->set_next_function_link(undefined);
tail             1438 src/heap.cc      Context* tail = NULL;
tail             1459 src/heap.cc            ASSERT(tail != NULL);
tail             1460 src/heap.cc            tail->set_unchecked(this,
tail             1468 src/heap.cc                      tail, FixedArray::SizeFor(Context::NEXT_CONTEXT_LINK));
tail             1475 src/heap.cc          tail = candidate_context;
tail             1493 src/heap.cc                    tail, FixedArray::SizeFor(Context::OPTIMIZED_FUNCTIONS_LIST));
tail             1504 src/heap.cc      if (tail != NULL) {
tail             1505 src/heap.cc        tail->set_unchecked(this,
tail              304 src/hydrogen-instructions.cc     next_ = current_->tail();
tail              324 src/hydrogen-instructions.cc         use_list_ = current->tail();
tail              326 src/hydrogen-instructions.cc         previous->set_tail(current->tail());
tail              332 src/hydrogen-instructions.cc     current = current->tail();
tail              406 src/hydrogen-instructions.cc     use_list_ = list_node->tail();
tail              423 src/hydrogen-instructions.cc       operand->use_list_ = first->tail();
tail              457 src/hydrogen-instructions.h   HUseListNode(HValue* value, int index, HUseListNode* tail)
tail              458 src/hydrogen-instructions.h       : tail_(tail), value_(value), index_(index) {
tail              461 src/hydrogen-instructions.h   HUseListNode* tail();
tail              655 src/hydrogen-instructions.h     return use_list_ != NULL && use_list_->tail() != NULL;
tail             1828 src/lithium-allocator.cc     LiveRange* tail = SplitRangeAt(current, pos);
tail             1830 src/lithium-allocator.cc     AddToUnhandledSorted(tail);
tail             1919 src/lithium-allocator.cc     LiveRange* tail = SplitBetween(current,
tail             1922 src/lithium-allocator.cc     AddToUnhandledSorted(tail);