Searched refs:AddUsePosition (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | lithium-allocator.h | 286 void AddUsePosition(LifetimePosition pos,
|
D | lithium-allocator.cc | 418 void LiveRange::AddUsePosition(LifetimePosition pos, in AddUsePosition() function in v8::internal::LiveRange 702 range->AddUsePosition(position.NextInstruction(), NULL, NULL, zone()); in Define() 709 range->AddUsePosition(position, unalloc_operand, hint, zone()); in Define() 722 range->AddUsePosition(position, unalloc_operand, hint, zone()); in Use()
|
/external/v8/src/compiler/ |
D | register-allocator.h | 279 void AddUsePosition(LifetimePosition pos, InstructionOperand* operand,
|
D | register-allocator.cc | 410 void LiveRange::AddUsePosition(LifetimePosition pos, in AddUsePosition() function in v8::internal::compiler::LiveRange 683 range->AddUsePosition(position.NextInstruction(), NULL, NULL, zone()); in Define() 690 range->AddUsePosition(position, unalloc_operand, hint, zone()); in Define() 703 range->AddUsePosition(position, unalloc_operand, hint, zone()); in Use()
|