Searched refs:NewUsePosition (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator.h | 919 UsePosition* NewUsePosition(LifetimePosition pos, InstructionOperand* operand, 921 UsePosition* NewUsePosition(LifetimePosition pos) { in NewUsePosition() function 922 return NewUsePosition(pos, nullptr, nullptr, UsePositionHintType::kNone); in NewUsePosition()
|
D | register-allocator.cc | 1850 UsePosition* LiveRangeBuilder::NewUsePosition(LifetimePosition pos, in NewUsePosition() function in v8::internal::compiler::LiveRangeBuilder 1867 range->AddUsePosition(NewUsePosition(position.NextStart())); in Define() 1874 NewUsePosition(position, unalloc_operand, hint, hint_type); in Define() 1889 use_pos = NewUsePosition(position, unalloc_operand, hint, hint_type); in Use()
|