Home
last modified time | relevance | path

Searched defs:GotoIf (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc1470 __ 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 …]
Dselect-lowering.cc45 __ GotoIf(condition, &done, vtrue); in LowerSelect() local
Dgraph-assembler.h745 void GraphAssembler::GotoIf(Node* condition, in GotoIf() function
769 void GraphAssembler::GotoIf(Node* condition, in GotoIf() function
Dcode-assembler.cc1258 void CodeAssembler::GotoIf(TNode<IntegralT> condition, Label* true_label) { in GotoIf() function in v8::internal::compiler::CodeAssembler
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-intrinsics-generator.cc280 __ GotoIf(comparison, &match); in AbortIfArgCountMismatch() local