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

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc1841 UsePosition* register_use = current->NextRegisterPosition(current->Start()); local
1842 if (register_use == NULL) {
1898 if (pos.Value() < register_use->pos().Value()) {
1901 SpillBetween(current, current->Start(), register_use->pos());
/external/v8/src/compiler/
H A Dregister-allocator.cc3166 UsePosition* register_use = current->NextRegisterPosition(current->Start()); local
3167 if (register_use == nullptr) {
3278 if (use_pos[reg] < register_use->pos()) {
3282 register_use->pos())) {
3283 SpillBetween(current, current->Start(), register_use->pos());

Completed in 85 milliseconds