Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h204 void MergeControlToLeaveFunction(Node* exit);
Dbytecode-graph-builder.cc1503 MergeControlToLeaveFunction(control); in VisitThrow()
1511 MergeControlToLeaveFunction(control); in VisitReThrow()
1909 MergeControlToLeaveFunction(control); in VisitReturn()
2083 void BytecodeGraphBuilder::MergeControlToLeaveFunction(Node* exit) { in MergeControlToLeaveFunction() function in v8::internal::compiler::BytecodeGraphBuilder