HomeSort by relevance Sort by last modified time
    Searched full:lists_ (Results 1 - 1 of 1) sorted by null

  /external/v8/src/crankshaft/
hydrogen-gvn.cc 20 lists_(NULL),
67 HInstructionMapListElement* lists_; member in class:v8::internal::final
69 int free_list_head_; // Unused elements in lists_ are on the free list.
141 lists_(zone->NewArray<HInstructionMapListElement>(other->lists_size_)),
146 MemCopy(lists_, other->lists_,
161 next = lists_[current].next;
162 HInstruction* instr = lists_[current].instr;
167 lists_[current].next = free_list_head_;
171 lists_[current].next = kept
    [all...]

Completed in 148 milliseconds