Home
last modified time | relevance | path

Searched defs:int32Value (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dbit_helper_test.cpp123 int32_t int32Value = -2147483648; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1195 int32_t int32Value = base::NumberHelper::DoubleInRangeInt32(rawValue); in TryConvertConstantToInt32() local
1208 int32_t int32Value = base::NumberHelper::DoubleInRangeInt32(rawValue); in TryConvertConstantToInt32() local
Dtyped_native_inline_lowering.cpp1648 GateRef int32Value = builder_.TruncInt64ToInt32(*int64Value); in SetValueInBuffer() local
1681 GateRef int32Value = builder_.CastFloat32ToInt32(float32Value); in SetValueInBuffer() local
1700 GateRef int32Value = builder_.TruncInt64ToInt32(*int64Value); in SetValueInBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_indexof_stub_builder.cpp455 GateRef int32Value = TaggedGetInt(target); in IndexOfTaggedIntTarget() local