Home
last modified time | relevance | path

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

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