Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc1195 Node* branch_is_access_check_needed = graph()->NewNode( in ReduceJSInstanceOf() local
1198 graph()->NewNode(common()->IfTrue(), branch_is_access_check_needed); in ReduceJSInstanceOf()
1202 graph()->NewNode(common()->IfFalse(), branch_is_access_check_needed); in ReduceJSInstanceOf()