Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc1237 Node* branch_eq_proto = in ReduceJSInstanceOf() local
1239 Node* if_eq_proto = graph()->NewNode(common()->IfTrue(), branch_eq_proto); in ReduceJSInstanceOf()
1242 control = graph()->NewNode(common()->IfFalse(), branch_eq_proto); in ReduceJSInstanceOf()