Searched refs:prev_hint (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc430 UsePosition* prev_hint = NULL; local
434 prev_hint = current->HasHint() ? current : prev_hint;
447 if (prev_hint == NULL && use_pos->HasHint()) {
/external/v8/src/compiler/
H A Dregister-allocator.cc1155 UsePosition* prev_hint = nullptr; local
1159 prev_hint = current->HasHint() ? current : prev_hint;
1172 if (prev_hint == nullptr && use_pos->HasHint()) {

Completed in 123 milliseconds