Searched refs:BranchImpl (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | graph-assembler.h | 521 void BranchImpl(Node* condition, 703 BranchImpl(condition, if_true, if_false, hint, vars...); in Branch() 711 BranchImpl(condition, if_true, if_false, hint, vars...); in BranchWithHint() 715 void GraphAssembler::BranchImpl(Node* condition, in BranchImpl() function
|
D | graph-assembler.cc | 565 BranchImpl(condition, if_true, if_false, hint); in BranchWithCriticalSafetyCheck()
|