Home
last modified time | relevance | path

Searched defs:intToDouble (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp2017 … GateRef intToDouble = builder_.CastInt64ToFloat64(builder_.SExtInt32ToInt64(doubleToInt)); in LowerArrayConstructor() local
2113 … GateRef intToDouble = builder_.CastInt64ToFloat64(builder_.SExtInt32ToInt64(doubleToInt)); in ConvertFloat32ArrayConstructorLength() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp5103 GateRef intToDouble = CastInt64ToFloat64(SExtInt32ToInt64(doubleToInt)); in GenArrayConstructor() local