Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-create-lowering.cc640 Node* if_success_holey; in ReduceNewArrayToStubCall() local
664 if_success_holey = graph()->NewNode(common()->IfSuccess(), call_holey); in ReduceNewArrayToStubCall()
690 Node* merge = graph()->NewNode(common()->Merge(2), if_success_holey, in ReduceNewArrayToStubCall()