Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_document_unittest.cpp76 CPDF_Dictionary* branch3 = CreatePageTreeNode(std::move(fourFive), this, 2); in CPDF_TestDocumentForPages() local
85 allPages->AddNew<CPDF_Reference>(this, branch3->GetObjNum()); in CPDF_TestDocumentForPages()
/external/v8/src/compiler/
Djs-typed-lowering.cc1288 Node* branch3 = graph()->NewNode(common()->Branch(), check3, control); in ReduceJSHasInPrototypeChain() local
1290 Node* if_true3 = graph()->NewNode(common()->IfTrue(), branch3); in ReduceJSHasInPrototypeChain()
1294 control = graph()->NewNode(common()->IfFalse(), branch3); in ReduceJSHasInPrototypeChain()