Searched defs:GotoIf (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | effect-control-linearizer.cc | 1470 __ GotoIf(value, &if_true); in ChangeBitToTagged() local 1655 __ GotoIf(ObjectIsSmi(value), &if_smi); in LowerTruncateTaggedToBit() local 1921 __ GotoIf(is_not_deprecated, &done); in TryMigrateInstance() local 2210 __ GotoIf(ovf, if_overflow); in SmiTagOrOverflow() local 2295 __ GotoIf(check0, &if_rhs_not_positive); in LowerCheckedInt32Mod() local 2409 __ GotoIf(check_zero, &if_zero); in LowerCheckedInt32Mul() local 2570 __ GotoIf(check_zero, &if_zero); in BuildCheckedFloat64ToInt32() local 2640 __ GotoIf(check_zero, &if_zero); in BuildCheckedFloat64ToInt64() local 2800 __ GotoIf(check_number, &check_done); in BuildCheckedHeapNumberOrOddballToFloat64() local 2814 __ GotoIf(check_number, &check_done); in BuildCheckedHeapNumberOrOddballToFloat64() local [all …]
|
D | select-lowering.cc | 45 __ GotoIf(condition, &done, vtrue); in LowerSelect() local
|
D | graph-assembler.h | 745 void GraphAssembler::GotoIf(Node* condition, in GotoIf() function 769 void GraphAssembler::GotoIf(Node* condition, in GotoIf() function
|
D | code-assembler.cc | 1258 void CodeAssembler::GotoIf(TNode<IntegralT> condition, Label* true_label) { in GotoIf() function in v8::internal::compiler::CodeAssembler
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-intrinsics-generator.cc | 280 __ GotoIf(comparison, &match); in AbortIfArgCountMismatch() local
|