Searched refs:new_high (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dint64-lowering.h55 void ReplaceNode(Node* old, Node* new_low, Node* new_high);
H A Dint64-lowering.cc846 void Int64Lowering::ReplaceNode(Node* old, Node* new_low, Node* new_high) { argument
847 // if new_low == nullptr, then also new_high == nullptr.
848 DCHECK(new_low != nullptr || new_high == nullptr);
850 replacements_[old->id()].high = new_high;

Completed in 64 milliseconds