Home
last modified time | relevance | path

Searched refs:AddUsePosition (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dlithium-allocator.h286 void AddUsePosition(LifetimePosition pos,
Dlithium-allocator.cc418 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/
Dregister-allocator.h279 void AddUsePosition(LifetimePosition pos, InstructionOperand* operand,
Dregister-allocator.cc410 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()