Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h919 UsePosition* NewUsePosition(LifetimePosition pos, InstructionOperand* operand,
921 UsePosition* NewUsePosition(LifetimePosition pos) { in NewUsePosition() function
922 return NewUsePosition(pos, nullptr, nullptr, UsePositionHintType::kNone); in NewUsePosition()
Dregister-allocator.cc1850 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()