Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h168 bool HasHint() const;
251 while (pos != NULL && !pos->HasHint()) pos = pos->next(); in FirstHint()
Dlithium-allocator.cc44 bool UsePosition::HasHint() const { in HasHint() function in v8::internal::UsePosition
430 prev_hint = current->HasHint() ? current : prev_hint; in AddUsePosition()
443 if (prev_hint == NULL && use_pos->HasHint()) { in AddUsePosition()
/external/v8/src/compiler/
Dregister-allocator.h162 bool HasHint() const;
248 while (pos != NULL && !pos->HasHint()) pos = pos->next(); in FirstHint()
Dregister-allocator.cc42 bool UsePosition::HasHint() const { in HasHint() function in v8::internal::compiler::UsePosition
420 prev_hint = current->HasHint() ? current : prev_hint; in AddUsePosition()
433 if (prev_hint == NULL && use_pos->HasHint()) { in AddUsePosition()