Searched refs:free_list_head_ (Results 1 – 1 of 1) sorted by relevance
22 free_list_head_(kNil), in HInstructionMap()70 int free_list_head_; // Unused elements in lists_ are on the free list. member in v8::internal::HInstructionMap143 free_list_head_(other->free_list_head_), in HInstructionMap()168 lists_[current].next = free_list_head_; in Kill()169 free_list_head_ = current; in Kill()190 lists_[head].next = free_list_head_; in Kill()191 free_list_head_ = head; in Kill()222 if (free_list_head_ == kNil) { in Resize()247 lists_[current].next = free_list_head_; in Resize()248 free_list_head_ = current; in Resize()[all …]