Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc1248 Node* branch_null_proto = graph()->NewNode( in ReduceJSInstanceOf() local
1250 Node* if_null_proto = graph()->NewNode(common()->IfTrue(), branch_null_proto); in ReduceJSInstanceOf()
1253 control = graph()->NewNode(common()->IfFalse(), branch_null_proto); in ReduceJSInstanceOf()