Searched defs:GotoIfNot (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
H A D | graph-assembler.h | 757 void GraphAssembler::GotoIfNot(Node* condition, in GotoIfNot() function in v8::internal::compiler::GraphAssembler 778 void GraphAssembler::GotoIfNot(Node* condition, in GotoIfNot() function in v8::internal::compiler::GraphAssembler |
H A D | code-assembler.cc | 1264 void CodeAssembler::GotoIfNot(TNode<IntegralT> condition, Label* false_label) { in GotoIfNot() function in v8::internal::compiler::CodeAssembler |
Completed in 5 milliseconds