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

/external/v8/src/crankshaft/
H A Dlithium-allocator.h222 UsePosition* NextUsePositionRegisterIsBeneficial(LifetimePosition start);
H A Dlithium-allocator.cc157 UsePosition* LiveRange::NextUsePositionRegisterIsBeneficial( function in class:v8::internal::LiveRange
1540 UsePosition* pos = current->NextUsePositionRegisterIsBeneficial(next_pos);
1870 UsePosition* next_use = range->NextUsePositionRegisterIsBeneficial(
/external/v8/src/compiler/
H A Dregister-allocator.cc358 UsePosition* LiveRange::NextUsePositionRegisterIsBeneficial( function in class:v8::internal::compiler::LiveRange
2248 UsePosition* pos = range->NextUsePositionRegisterIsBeneficial(next_pos);
2711 range->NextUsePositionRegisterIsBeneficial(current->Start());
2882 UsePosition* pos = range->NextUsePositionRegisterIsBeneficial(next_pos);
H A Dregister-allocator.h351 UsePosition* NextUsePositionRegisterIsBeneficial(

Completed in 87 milliseconds