Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h254 bool HasHint() const;
Dlithium-allocator.cc75 bool UsePosition::HasHint() const { in HasHint() function in v8::internal::UsePosition
223 while (pos != NULL && !pos->HasHint()) pos = pos->next(); in FirstPosWithHint()