Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc1210 Node* branch_is_proxy = in ReduceJSInstanceOf() local
1212 Node* if_is_proxy = graph()->NewNode(common()->IfTrue(), branch_is_proxy); in ReduceJSInstanceOf()
1227 control = graph()->NewNode(common()->IfFalse(), branch_is_proxy); in ReduceJSInstanceOf()