Searched refs:kNil (Results 1 – 1 of 1) sorted by relevance
22 free_list_head_(kNil), in HInstructionMap()49 static const int kNil = -1; // The end of a linked list member in v8::internal::HInstructionMap159 int kept = kNil; // List of kept elements. in Kill()161 for (int current = array_[i].next; current != kNil; current = next) { in Kill()185 if (head == kNil) { in Kill()207 while (next != kNil) { in Lookup()222 if (free_list_head_ == kNil) { in Resize()244 while (current != kNil) { in Resize()293 array_[pos].next = kNil; in Insert()295 if (free_list_head_ == kNil) { in Insert()[all …]