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

/external/v8/src/compiler/
H A Dregister-allocator.h945 UsePosition* NewUsePosition(LifetimePosition pos, InstructionOperand* operand,
947 UsePosition* NewUsePosition(LifetimePosition pos) { function in class:v8::internal::compiler::LiveRange::final
948 return NewUsePosition(pos, nullptr, nullptr, UsePositionHintType::kNone);
H A Dregister-allocator.cc1982 UsePosition* LiveRangeBuilder::NewUsePosition(LifetimePosition pos, function in class:v8::internal::compiler::LiveRangeBoundArray::LiveRangeBuilder
1999 range->AddUsePosition(NewUsePosition(position.NextStart()));
2006 NewUsePosition(position, unalloc_operand, hint, hint_type);
2021 use_pos = NewUsePosition(position, unalloc_operand, hint, hint_type);

Completed in 77 milliseconds