Searched defs:GotoIfNot (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ |
| D | effect-control-linearizer.cc | 1544 __ GotoIfNot(check, &if_not_in_smi_range); in ChangeUint32ToTagged() local 1564 __ GotoIfNot(check, &if_not_in_smi_range); in LowerChangeUint64ToTagged() local 1686 __ GotoIfNot(check, &if_not_smi); in LowerChangeTaggedToInt32() local 1707 __ GotoIfNot(check, &if_not_smi); in LowerChangeTaggedToUint32() local 1728 __ GotoIfNot(check, &if_not_smi); in LowerChangeTaggedToInt64() local 1753 __ GotoIfNot(check, &if_not_smi); in LowerChangeTaggedToTaggedSigned() local 1775 __ GotoIfNot(check, &if_not_smi); in LowerTruncateTaggedToFloat64() local 1970 __ GotoIfNot(check0, &if_not_smi); in LowerCheckNumber() local 2683 __ GotoIfNot(ObjectIsSmi(value), &if_not_smi); in LowerCheckedTaggedToArrayIndex() local 2693 __ GotoIfNot(is_heap_number, &if_not_heap_number); in LowerCheckedTaggedToArrayIndex() local [all …]
|
| D | memory-lowering.cc | 297 __ GotoIfNot(check, &call_runtime); in ReduceAllocateRaw() local 344 __ GotoIfNot(check, &call_runtime); in ReduceAllocateRaw() local
|
| D | graph-assembler.h | 757 void GraphAssembler::GotoIfNot(Node* condition, in GotoIfNot() function 778 void GraphAssembler::GotoIfNot(Node* condition, in GotoIfNot() function
|
| D | code-assembler.cc | 1264 void CodeAssembler::GotoIfNot(TNode<IntegralT> condition, Label* false_label) { in GotoIfNot() function in v8::internal::compiler::CodeAssembler
|