Searched defs:convertedValue (Results 1 – 6 of 6) sorted by relevance
210 int convertedValue = static_cast<int>(value); in MigrateFromRawValueToHeapValue() local213 double convertedValue = base::bit_cast<double>(value); in MigrateFromRawValueToHeapValue() local234 JSTaggedType convertedValue = 0; in MigrateFromHeapValueToRawValue() local261 double convertedValue = static_cast<double>(intValue); in MigrateFromHoleIntToHoleNumber() local276 int64_t convertedValue = static_cast<int64_t>(intValue); in MigrateFromHoleNumberToHoleInt() local
97 JSTaggedValue convertedValue = JSTaggedValue::Hole(); in GetTaggedValueWithElementsKind() local128 JSTaggedType convertedValue = base::SPECIAL_HOLE; in ConvertTaggedValueWithElementsKind() local
48 … JSTaggedType convertedValue = ConvertTaggedValueWithElementsKind(value.GetTaggedValue(), kind); in Set() local
1221 … GateRef convertedValue = builder_.CastDoubleToInt64(builder_.ChangeInt32ToFloat64(intVal)); in LowerMigrateFromHoleIntToHoleNumber() local1269 … GateRef convertedValue = builder_.SExtInt32ToInt64(builder_.ChangeFloat64ToInt32(doubleVal)); in LowerMigrateFromHoleNumberToHoleInt() local
1304 GateRef convertedValue = builder_.ZExtInt32ToInt64(value); in LowerArrayStoreElement() local
10860 GateRef convertedValue = CastDoubleToInt64(ChangeInt32ToFloat64(intVal)); in MigrateFromHoleIntToHoleNumber() local10909 GateRef convertedValue = SExtInt32ToInt64(ChangeFloat64ToInt32(doubleVal)); in MigrateFromHoleNumberToHoleInt() local