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

/external/v8/src/crankshaft/
H A Dlithium-allocator.h286 void AddUsePosition(LifetimePosition pos,
H A Dlithium-allocator.cc422 void LiveRange::AddUsePosition(LifetimePosition pos, function in class:v8::internal::LiveRange
704 range->AddUsePosition(position.NextInstruction(), NULL, NULL, zone());
711 range->AddUsePosition(position, unalloc_operand, hint, zone());
724 range->AddUsePosition(position, unalloc_operand, hint, zone());
/external/v8/src/compiler/
H A Dregister-allocator.cc1152 void TopLevelLiveRange::AddUsePosition(UsePosition* use_pos) { function in class:v8::internal::compiler::LiveRangeBoundArray::TopLevelLiveRange
1999 range->AddUsePosition(NewUsePosition(position.NextStart()));
2007 range->AddUsePosition(use_pos);
2022 range->AddUsePosition(use_pos);
H A Dregister-allocator.h510 void AddUsePosition(UsePosition* pos);

Completed in 126 milliseconds