Searched refs:HasHint (Results 1 – 2 of 2) sorted by relevance
254 bool HasHint() const;
75 bool UsePosition::HasHint() const { in HasHint() function in v8::internal::UsePosition223 while (pos != NULL && !pos->HasHint()) pos = pos->next(); in FirstPosWithHint()