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

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

Completed in 130 milliseconds