• Home
  • Raw
  • Download

Lines Matching refs:if_smi

1479   Label if_smi(this), if_notsmi(this), if_heapnumber(this, Label::kDeferred),  in BranchIfToBooleanIsTrue()  local
1485 Branch(TaggedIsSmi(value), &if_smi, &if_notsmi); in BranchIfToBooleanIsTrue()
1487 BIND(&if_smi); in BranchIfToBooleanIsTrue()
1994 Label done(this), if_smi(this), if_property_array(this), in LoadJSReceiverIdentityHash() local
2000 GotoIf(TaggedIsSmi(properties_or_hash), &if_smi); in LoadJSReceiverIdentityHash()
2021 BIND(&if_smi); in LoadJSReceiverIdentityHash()
2094 Label* if_smi, Label* if_cleared, in DispatchMaybeObject() argument
2110 Goto(if_smi); in DispatchMaybeObject()
5628 Label* if_smi) { in TryHeapNumberToSmi() argument
5630 TryFloat64ToSmi(value, var_result_smi, if_smi); in TryHeapNumberToSmi()
5635 Label* if_smi) { in TryFloat32ToSmi() argument
5660 Goto(if_smi); in TryFloat32ToSmi()
5667 Label* if_smi) { in TryFloat64ToSmi() argument
5692 Goto(if_smi); in TryFloat64ToSmi()
5698 Label if_smi(this), done(this); in ChangeFloat32ToTagged() local
5701 TryFloat32ToSmi(value, &var_smi_result, &if_smi); in ChangeFloat32ToTagged()
5706 BIND(&if_smi); in ChangeFloat32ToTagged()
5716 Label if_smi(this), done(this); in ChangeFloat64ToTagged() local
5719 TryFloat64ToSmi(value, &var_smi_result, &if_smi); in ChangeFloat64ToTagged()
5724 BIND(&if_smi); in ChangeFloat64ToTagged()
5878 Label if_smi(this), if_heapnumber(this, Label::kDeferred), done(this); in ChangeNumberToUint32() local
5879 Branch(TaggedIsSmi(value), &if_smi, &if_heapnumber); in ChangeNumberToUint32()
5880 BIND(&if_smi); in ChangeNumberToUint32()
7293 Label if_smi(this), if_heap_number(this), done(this, &result); in NumberToString() local
7308 Goto(&if_smi); in NumberToString()
7315 TryHeapNumberToSmi(heap_number_input, &smi_input, &if_smi); in NumberToString()
7347 BIND(&if_smi); in NumberToString()
7719 Label done(this), if_smi(this), if_heapnumber(this), if_bigint(this), in TaggedToNumeric() local
7721 GotoIf(TaggedIsSmi(value), &if_smi); in TaggedToNumeric()
7735 BIND(&if_smi); in TaggedToNumeric()
10930 Label done(this, &var_result), if_smi(this), if_heapnumber_or_oddball(this), in PrepareValueForWriteToTypedArray() local
10934 GotoIf(TaggedIsSmi(var_input.value()), &if_smi); in PrepareValueForWriteToTypedArray()
10957 BIND(&if_smi); in PrepareValueForWriteToTypedArray()
10986 Label done(this, &var_result), if_smi(this), if_heapnumber_or_oddball(this), in PrepareValueForWriteToTypedArray() local
10990 GotoIf(TaggedIsSmi(var_input.value()), &if_smi); in PrepareValueForWriteToTypedArray()
11009 BIND(&if_smi); in PrepareValueForWriteToTypedArray()
11034 Label done(this, &var_result), if_smi(this), if_heapnumber_or_oddball(this), in PrepareValueForWriteToTypedArray() local
11038 GotoIf(TaggedIsSmi(var_input.value()), &if_smi); in PrepareValueForWriteToTypedArray()
11056 BIND(&if_smi); in PrepareValueForWriteToTypedArray()
12414 Label if_smi(this), if_heapnumber(this); in GenerateEqual_Same() local
12415 GotoIf(TaggedIsSmi(value), &if_smi); in GenerateEqual_Same()
12492 BIND(&if_smi); in GenerateEqual_Same()