Home
last modified time | relevance | path

Searched defs:addBranch (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DIntermediate.cpp712 TIntermBranch* TIntermediate::addBranch(TOperator branchOp, TSourceLoc line) in addBranch() function in TIntermediate
717 TIntermBranch* TIntermediate::addBranch(TOperator branchOp, TIntermTyped* expression, TSourceLoc li… in addBranch() function in TIntermediate
/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCodeGenerator.h674 void addBranch(const MacroAssembler::Jump& jump, BlockIndex destination) in addBranch() function