Home
last modified time | relevance | path

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

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