Searched defs:convertedValue (Results 1 – 6 of 6) sorted by relevance
178 int convertedValue = static_cast<int>(value); in MigrateFromRawValueToHeapValue() local181 double convertedValue = base::bit_cast<double>(value); in MigrateFromRawValueToHeapValue() local202 JSTaggedType convertedValue = 0; in MigrateFromHeapValueToRawValue() local229 double convertedValue = static_cast<double>(intValue); in MigrateFromHoleIntToHoleNumber() local244 int64_t convertedValue = static_cast<int64_t>(intValue); in MigrateFromHoleNumberToHoleInt() local
48 … JSTaggedType convertedValue = ConvertTaggedValueWithElementsKind(value.GetTaggedValue(), kind); in Set() local
98 JSTaggedValue convertedValue = JSTaggedValue::Hole(); in GetTaggedValueWithElementsKind() local129 JSTaggedType convertedValue = base::SPECIAL_HOLE; in ConvertTaggedValueWithElementsKind() local
1276 … GateRef convertedValue = builder_.CastDoubleToInt64(builder_.ChangeInt32ToFloat64(intVal)); in LowerMigrateFromHoleIntToHoleNumber() local1324 … GateRef convertedValue = builder_.SExtInt32ToInt64(builder_.ChangeFloat64ToInt32(doubleVal)); in LowerMigrateFromHoleNumberToHoleInt() local
1448 GateRef convertedValue = builder_.ZExtInt32ToInt64(value); in LowerArrayStoreElement() local
11571 GateRef convertedValue = CastDoubleToInt64(ChangeInt32ToFloat64(intVal)); in MigrateFromHoleIntToHoleNumber() local11620 GateRef convertedValue = SExtInt32ToInt64(ChangeFloat64ToInt32(doubleVal)); in MigrateFromHoleNumberToHoleInt() local