Searched defs:convertedValue (Results 1 – 6 of 6) sorted by relevance
234 int convertedValue = static_cast<int>(value); in MigrateFromRawValueToHeapValue() local237 double convertedValue = base::bit_cast<double>(value); in MigrateFromRawValueToHeapValue() local258 JSTaggedType convertedValue = 0; in MigrateFromHeapValueToRawValue() local285 double convertedValue = static_cast<double>(intValue); in MigrateFromHoleIntToHoleNumber() local300 int64_t convertedValue = static_cast<int64_t>(intValue); in MigrateFromHoleNumberToHoleInt() local
89 JSTaggedValue convertedValue = JSTaggedValue::Hole(); in GetTaggedValueWithElementsKind() local120 JSTaggedType convertedValue = base::SPECIAL_HOLE; in ConvertTaggedValueWithElementsKind() local
50 JSTaggedType convertedValue = ConvertTaggedValueWithElementsKind(value.GetTaggedValue(), kind); in Set() local
1239 … GateRef convertedValue = builder_.CastDoubleToInt64(builder_.ChangeInt32ToFloat64(intVal)); in LowerMigrateFromHoleIntToHoleNumber() local1287 … GateRef convertedValue = builder_.SExtInt32ToInt64(builder_.ChangeFloat64ToInt32(doubleVal)); in LowerMigrateFromHoleNumberToHoleInt() local
1290 GateRef convertedValue = builder_.ZExtInt32ToInt64(value); in LowerArrayStoreElement() local
9918 GateRef convertedValue = CastDoubleToInt64(ChangeInt32ToFloat64(intVal)); in MigrateFromHoleIntToHoleNumber() local9967 GateRef convertedValue = SExtInt32ToInt64(ChangeFloat64ToInt32(doubleVal)); in MigrateFromHoleNumberToHoleInt() local