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

/external/v8/src/crankshaft/
H A Dlithium-allocator.h219 UsePosition* NextRegisterPosition(LifetimePosition start);
H A Dlithium-allocator.cc182 UsePosition* LiveRange::NextRegisterPosition(LifetimePosition start) { function in class:v8::internal::LiveRange
194 UsePosition* use_pos = NextRegisterPosition(pos);
1841 UsePosition* register_use = current->NextRegisterPosition(current->Start());
1969 UsePosition* next_pos = range->NextRegisterPosition(current->Start());
1996 UsePosition* next_pos = range->NextRegisterPosition(current->Start());
/external/v8/src/compiler/
H A Dregister-allocator.cc523 UsePosition* LiveRange::NextRegisterPosition(LifetimePosition start) const { function in class:v8::internal::compiler::LiveRangeBoundArray::LiveRange
545 UsePosition* use_pos = NextRegisterPosition(pos);
2583 ? range->NextRegisterPosition(next_pos)
2833 const UsePosition* next_reg = range->NextRegisterPosition(range->Start());
3166 UsePosition* register_use = current->NextRegisterPosition(current->Start());
3327 UsePosition* next_pos = range->NextRegisterPosition(current->Start());
3363 UsePosition* next_pos = range->NextRegisterPosition(current->Start());
H A Dregister-allocator.h350 UsePosition* NextRegisterPosition(LifetimePosition start) const;

Completed in 144 milliseconds