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

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc1937 UsePosition* prev_use =
1948 if (prev_use == NULL || prev_use->pos().Value() < loop_start.Value()) {
/external/v8/src/compiler/
H A Dregister-allocator.cc2687 const UsePosition* prev_use = local
2698 if (prev_use == nullptr || prev_use->pos() < loop_start) {

Completed in 170 milliseconds