Searched refs:MergeValue (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | bytecode-graph-builder.h | 103 Node* MergeValue(Node* value, Node* other_value, Node* control);
|
D | ast-graph-builder.h | 214 Node* MergeValue(Node* value, Node* other, Node* control);
|
D | bytecode-graph-builder.cc | 267 context_ = builder()->MergeValue(context_, other->context_, control); in Merge() 269 values_[i] = builder()->MergeValue(values_[i], other->values_[i], control); in Merge() 2389 Node* BytecodeGraphBuilder::MergeValue(Node* value, Node* other, in MergeValue() function in v8::internal::compiler::BytecodeGraphBuilder
|
D | ast-graph-builder.cc | 3011 values_[i] = builder_->MergeValue(values_[i], other->values_[i], control); in Merge() 3015 builder_->MergeValue(contexts_[i], other->contexts_[i], control); in Merge() 3166 Node* AstGraphBuilder::MergeValue(Node* value, Node* other, Node* control) { in MergeValue() function in v8::internal::compiler::AstGraphBuilder
|