Home
last modified time | relevance | path

Searched refs:lists_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-gvn.cc21 lists_(NULL), in HInstructionMap()
68 HInstructionMapListElement* lists_; member in v8::internal::HInstructionMap
142 lists_(zone->NewArray<HInstructionMapListElement>(other->lists_size_)), in HInstructionMap()
147 MemCopy(lists_, other->lists_, in HInstructionMap()
162 next = lists_[current].next; in Kill()
163 HInstruction* instr = lists_[current].instr; in Kill()
168 lists_[current].next = free_list_head_; in Kill()
172 lists_[current].next = kept; in Kill()
188 array_[i].instr = lists_[head].instr; in Kill()
189 array_[i].next = lists_[head].next; in Kill()
[all …]