Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen-gvn.cc19 lists_(NULL), in HInstructionMap()
66 HInstructionMapListElement* lists_; member in v8::internal::FINAL
140 lists_(zone->NewArray<HInstructionMapListElement>(other->lists_size_)), in HInstructionMap()
145 MemCopy(lists_, other->lists_, in HInstructionMap()
160 next = lists_[current].next; in Kill()
161 HInstruction* instr = lists_[current].instr; in Kill()
166 lists_[current].next = free_list_head_; in Kill()
170 lists_[current].next = kept; in Kill()
186 array_[i].instr = lists_[head].instr; in Kill()
187 array_[i].next = lists_[head].next; in Kill()
[all …]