Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen.cc1162 free_list_head_(other->free_list_head_) { in HValueMap()
1184 lists_[current].next = free_list_head_; in Kill()
1185 free_list_head_ = current; in Kill()
1205 lists_[head].next = free_list_head_; in Kill()
1206 free_list_head_ = head; in Kill()
1237 if (free_list_head_ == kNil) { in Resize()
1262 lists_[current].next = free_list_head_; in Resize()
1263 free_list_head_ = current; in Resize()
1293 lists_[i].next = free_list_head_; in ResizeLists()
1294 free_list_head_ = i; in ResizeLists()
[all …]
Dhydrogen.h1172 free_list_head_(kNil) { in HValueMap()
1218 int free_list_head_; // Unused elements in lists_ are on the free list. variable