Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc1338 incoming_operands_(zone), in PhiMapValue()
1340 incoming_operands_.reserve(phi->operands().size()); in PhiMapValue()
1346 incoming_operands_.push_back(operand); in AddOperand()
1352 for (InstructionOperand* operand : incoming_operands_) { in CommitAssignment()
Dregister-allocator.h753 ZoneVector<InstructionOperand*> incoming_operands_; variable