HomeSort by relevance Sort by last modified time
    Searched refs:HasHint (Results 1 - 4 of 4) sorted by null

  /external/v8/src/crankshaft/
lithium-allocator.h 168 bool HasHint() const;
251 while (pos != NULL && !pos->HasHint()) pos = pos->next();
lithium-allocator.cc 47 bool UsePosition::HasHint() const {
433 prev_hint = current->HasHint() ? current : prev_hint;
446 if (prev_hint == NULL && use_pos->HasHint()) {
    [all...]
  /external/v8/src/compiler/
register-allocator.h 276 bool HasHint() const;
    [all...]
register-allocator.cc 306 bool UsePosition::HasHint() const {
    [all...]

Completed in 670 milliseconds