Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Dgeneric-algorithm.h58 visit = !IsSkip(control); in Visit()
70 DCHECK(!IsSkip(control)); in Visit()
111 static bool IsSkip(Control c) { return c & SKIP; } in IsSkip() function