Searched refs:int64Value (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | bit_helper_test.cpp | 140 int64_t int64Value = -9223372036854775807LL; in HWTEST_F_L0() local 143 EXPECT_EQ(bit_cast<uint64_t>(int64Value), MemoryCast<uint64_t>(int64Value)); in HWTEST_F_L0() 144 EXPECT_EQ(bit_cast<double>(int64Value), MemoryCast<double>(int64Value)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_dataview_stub_builder.cpp | 90 GateRef int64Value = CastDoubleToInt64(doubleValue);
in SetTypedValue() local 92 int64Value, *isLittleEndian);
in SetTypedValue()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | typed_native_inline_lowering.cpp | 1652 DEFVALUE(int64Value, (&builder_), VariableType::INT64(), builder_.Int64(0)); in SetValueInBuffer() 1656 int64Value = builder_.TruncFloatToInt64(value); in SetValueInBuffer() 1665 GateRef int32Value = builder_.TruncInt64ToInt32(*int64Value); in SetValueInBuffer() 1676 VariableType::INT16(), glue, dataPointer, offset, builder_.TruncInt64ToInt16(*int64Value)); in SetValueInBuffer() 1681 GateRef int16Value = builder_.TruncInt64ToInt16(*int64Value); in SetValueInBuffer() 1723 VariableType::INT32(), glue, dataPointer, offset, builder_.TruncInt64ToInt32(*int64Value)); in SetValueInBuffer() 1728 GateRef int32Value = builder_.TruncInt64ToInt32(*int64Value); in SetValueInBuffer()
|
Completed in 8 milliseconds