/arkcompiler/runtime_core/static_core/verification/util/tests/ |
H A D | bit_vector_property_test.cpp | 39 BitVector bits; member [all...] |
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_list.h | 43 uint32_t bits = GetBitField(); in IsOrderedList() local
|
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | bit_vector_test.cpp | 113 void TestIteration1(T &vector, size_t bits) in TestIteration1() argument 166 void TestIteration2(T &vector, size_t bits) in TestIteration2() argument
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | bit_vector_test.cpp | 164 void TestIteration(T &vector, size_t bits) in TestIteration() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
H A D | loop_optimization_test.cpp | 194 auto bits = ecmascript::kungfu::LoadStoreAccessor::ToValue(ecmascript::kungfu::MemoryAttribute::Default()); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_bigint.cpp | 65 JSHandle<JSTaggedValue> bits = GetCallArg(argv, 0); in AsUintN() local 84 JSHandle<JSTaggedValue> bits = GetCallArg(argv, 0); in AsIntN() local [all...] |
H A D | builtins_number.h | 187 int64_t bits = base::bit_cast<int64_t>(number.GetDouble()); in GetNumberHash() local
|
H A D | builtins_regexp.cpp | 1290 uint64_t bits = 0; in ReplaceInternal() local 1315 uint64_t bits = 0; in ReplaceInternal() local 2907 uint64_t bits = resultLengthArray[i]; CreateStringFromResultArray() local [all...] |
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_math.cpp | 84 uint64_t bits; local
|
/arkcompiler/runtime_core/static_core/verification/util/ |
H A D | bit_vector.h | 204 auto bits(size_t from, size_t to) const // NOLINT(readability-identifier-naming) in bits() function in ark::verifier::BitVector 223 auto bits(size_t from, size_t to) // NOLINT(readability-identifier-naming) in bits() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_collator_stub_builder.cpp | 110 GateRef bits = Int32And(Int32LSR(bitfield, Int32(BitType::START_BIT)), in GetBitField() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | lcr_circuit_builder.cpp | 140 auto bits = LoadStoreAccessor::ToValue(mAttr); in Load() local 151 auto bits = LoadStoreAccessor::ToValue(mAttr); in Load() local 161 auto bits = LoadStoreAccessor::ToValue(mAttr); in Load() local 215 GateRef bits = Int32(base::INT32_BITS - 1); in DoubleToInt() local 249 GateRef bits = Int32(typeBits - 1); in DoubleToInt() local [all...] |
H A D | native_inline_lowering.cpp | 728 GateRef bits = acc_.GetValueIn(gate, firstParam); in TryInlineBigIntAsIntN() local
|
H A D | number_speculative_retype.cpp | 1944 GateRef bits = acc_.GetValueIn(gate, 0); in VisitBigIntAsIntN() local
|
H A D | mcr_circuit_builder.cpp | 934 auto bits = LoadStoreConstOffsetAccessor::ToValue(offset, mAttr); in LoadConstOffset() local 959 auto bits = LoadStoreConstOffsetAccessor::ToValue(offset, mAttr); in StoreConstOffset() local
|
H A D | typed_native_inline_lowering.cpp | 1256 GateRef bits = acc_.GetValueIn(gate, 0); in LowerBigIntAsIntN() local
|
H A D | stub_builder-inl.h | 836 GateRef bits = CastDoubleToInt64(x); in DoubleTrunc() local
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | bit_vector.h | 274 BitVectorBase(void *data, size_t bits) in BitVectorBase() argument 357 void resize(size_t bits) in resize() argument 547 EnsureSpace(size_t bits) EnsureSpace() argument [all...] |
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | bit_vector.h | 284 BitVectorBase(void *data, size_t bits) in BitVectorBase() argument 372 void resize(size_t bits) in resize() argument 583 EnsureSpace(size_t bits) EnsureSpace() argument [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | const_folding.cpp | 134 uint64_t ConvertFloatToIntDyn(From value, RuntimeInterface *runtime, size_t bits) in ConvertFloatToIntDyn() argument
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
H A D | ets_intrinsics_helpers.h | 74 } bits __attribute__((packed)); member
|
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
H A D | tagged_value.h | 392 JsCastDoubleToInt(double d, size_t bits) JsCastDoubleToInt() argument [all...] |
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_bigint.cpp | 511 uint64_t bits = 0; in DoubleToBigInt() local 1532 AsUintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) AsUintN() argument 1553 AsintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) AsintN() argument [all...] |
H A D | js_hclass.h | 537 uint32_t bits = GetBitField(); in GetObjectType() local 543 uint32_t bits = GetBitField(); in SetObjectType() local 1053 uint32_t bits = GetBitField(); in IsJSShared() local 1463 uint32_t bits = GetBitField(); in IsCallable() local 1469 uint32_t bits = GetBitField(); in IsConstructor() local 1475 uint32_t bits = GetBitField(); IsExtensible() local 1481 uint32_t bits = GetBitField(); IsPrototype() local 1487 uint32_t bits = GetBitField(); IsClassConstructor() local 1498 uint32_t bits = GetBitField(); IsClassPrototype() local 1504 uint32_t bits = GetBitField(); IsNativeBindingObject() local 1510 uint32_t bits = GetBitField(); IsDictionaryMode() local 1517 uint32_t bits = GetBitField(); IsTS() local 1523 uint32_t bits = GetBitField(); IsJSFunctionFromBitField() local 1529 uint32_t bits = GetBitField(); IsOnHeapFromBitField() local 1786 uint32_t bits = GetBitField(); SetElementsKind() local 1793 uint32_t bits = GetBitField(); GetElementsKind() local 1799 uint32_t bits = GetBitField(); SetLevel() local 1806 uint32_t bits = GetBitField(); GetLevel() local 1830 uint32_t bits = GetBitField(); IsStableJSArguments() local 1836 uint32_t bits = GetBitField(); IsStableJSArray() local 1852 uint32_t bits = GetBitField1(); SetNumberOfProps() local 1865 uint32_t bits = GetBitField1(); NumberOfProps() local 1907 uint32_t bits = GetBitField1(); GetObjectSize() local 1919 uint32_t bits = GetBitField1(); SetObjectSize() local [all...] |
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 2678 JSTaggedValue bits = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 2686 JSTaggedValue bits = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 3301 int32_t RuntimeStubs::DoubleToInt(double x, size_t bits) in DoubleToInt() argument
|