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

/external/linux-tools-perf/util/include/linux/added/
H A Dlist.h217 struct list_head *new_first = entry->next; local
222 head->next = new_first;
223 new_first->prev = head;
/external/v8/src/
H A Druntime.cc3287 Handle<String> new_first =
3294 if (*found) return isolate->factory()->NewConsString(new_first, second);
3295 if (new_first.is_null()) return new_first;

Completed in 123 milliseconds