Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dredundancy-elimination.cc75 Check* this_head = this->head_; in Equals() local
77 while (this_head != that_head) { in Equals()
78 if (this_head->node != that_head->node) return false; in Equals()
79 this_head = this_head->next; in Equals()