Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h168 bool HasHint() const;
251 while (pos != NULL && !pos->HasHint()) pos = pos->next(); in FirstHint()
Dlithium-allocator.cc48 bool UsePosition::HasHint() const { in HasHint() function in v8::internal::UsePosition
434 prev_hint = current->HasHint() ? current : prev_hint; in AddUsePosition()
447 if (prev_hint == NULL && use_pos->HasHint()) { in AddUsePosition()
/external/v8/src/compiler/
Dregister-allocator.h279 bool HasHint() const; in NON_EXPORTED_BASE()
Dregister-allocator.cc286 bool UsePosition::HasHint() const { in HasHint() function in v8::internal::compiler::UsePosition
1159 prev_hint = current->HasHint() ? current : prev_hint; in AddUsePosition()
1172 if (prev_hint == nullptr && use_pos->HasHint()) { in AddUsePosition()