Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h283 bool HasHint() const; in NON_EXPORTED_BASE()
Dregister-allocator.cc286 bool UsePosition::HasHint() const { in HasHint() function in v8::internal::compiler::UsePosition
1154 prev_hint = current->HasHint() ? current : prev_hint; in AddUsePosition()
1167 if (prev_hint == nullptr && use_pos->HasHint()) { in AddUsePosition()