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

/external/v8/src/crankshaft/
H A Dlithium-allocator.h224 UsePosition* NextUsePositionRegisterIsBeneficial(LifetimePosition start);
H A Dlithium-allocator.cc160 UsePosition* LiveRange::NextUsePositionRegisterIsBeneficial( function in class:v8::internal::LiveRange
1534 UsePosition* pos = current->NextUsePositionRegisterIsBeneficial(next_pos);
1864 UsePosition* next_use = range->NextUsePositionRegisterIsBeneficial(
/external/v8/src/compiler/
H A Dregister-allocator.cc495 UsePosition* LiveRange::NextUsePositionRegisterIsBeneficial( function in class:v8::internal::compiler::LiveRangeBoundArray::LiveRange
506 UsePosition* next_use = NextUsePositionRegisterIsBeneficial(start);
2584 : range->NextUsePositionRegisterIsBeneficial(next_pos);
3440 UsePosition* pos = range->NextUsePositionRegisterIsBeneficial(next_pos);
H A Dregister-allocator.h357 UsePosition* NextUsePositionRegisterIsBeneficial(

Completed in 120 milliseconds