Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc1278 incoming_operands_(zone), in PhiMapValue()
1280 incoming_operands_.reserve(phi->operands().size()); in PhiMapValue()
1285 incoming_operands_.push_back(operand); in AddOperand()
1290 for (InstructionOperand* operand : incoming_operands_) { in CommitAssignment()
Dregister-allocator.h240 ZoneVector<InstructionOperand*> incoming_operands_; variable