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

/external/v8/src/
H A Dhydrogen.h1172 free_list_head_(kNil) {
1218 int free_list_head_; // Unused elements in lists_ are on the free list. member in class:v8::internal::HValueMap
H A Dhydrogen.cc1162 free_list_head_(other->free_list_head_) {
1184 lists_[current].next = free_list_head_;
1185 free_list_head_ = current;
1205 lists_[head].next = free_list_head_;
1206 free_list_head_ = head;
1237 if (free_list_head_ == kNil) {
1262 lists_[current].next = free_list_head_;
1263 free_list_head_ = current;
1293 lists_[i].next = free_list_head_;
[all...]

Completed in 249 milliseconds