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

/external/v8/src/
H A Dlithium-allocator.h307 UsePosition* NextRegisterPosition(LifetimePosition start);
H A Dlithium-allocator.cc199 UsePosition* LiveRange::NextRegisterPosition(LifetimePosition start) { function in class:v8::internal::LiveRange
214 UsePosition* use_pos = NextRegisterPosition(pos);
1846 UsePosition* register_use = current->NextRegisterPosition(current->Start());
1945 UsePosition* next_pos = range->NextRegisterPosition(current->Start());
1962 UsePosition* next_pos = range->NextRegisterPosition(current->Start());

Completed in 45 milliseconds