Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h556 uint32_t bits = GetBitField(); in GetObjectType() local
562 uint32_t bits = GetBitField(); in SetObjectType() local
1077 uint32_t bits = GetBitField(); in IsJSShared() local
1487 uint32_t bits = GetBitField(); in IsCallable() local
1493 uint32_t bits = GetBitField(); in IsConstructor() local
1499 uint32_t bits = GetBitField(); in IsExtensible() local
1505 uint32_t bits = GetBitField(); in IsPrototype() local
1511 uint32_t bits = GetBitField(); in IsClassConstructor() local
1522 uint32_t bits = GetBitField(); in IsClassPrototype() local
1528 uint32_t bits = GetBitField(); in IsNativeBindingObject() local
[all …]
Decma_macros.h206 #define FIRST_BIT_FIELD(bitFieldName, name, type, bits) \ argument
211 #define NEXT_BIT_FIELD(bitFieldName, name, type, bits, lastName) \ argument
Djs_bigint.cpp518 uint64_t bits = 0; in DoubleToBigInt() local
1539 JSTaggedValue BigInt::AsUintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) in AsUintN()
1560 JSTaggedValue BigInt::AsintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) in AsintN()
1716 uint64_t bits = 0; in CompareWithNumber() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_access_primitives.js45 function testSInt(tname, bits) { argument
49 function testUInt(tname, bits) { argument
/arkcompiler/runtime_core/libpandafile/
Dpandafile_isapi.rb47 def storage_width(bits) argument
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.h43 uint32_t bits = GetBitField(); in IsOrderedList() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dpandafile_isapi.rb47 def storage_width(bits) argument
/arkcompiler/runtime_core/libpandabase/tests/
Dbit_vector_test.cpp113 void TestIteration1(T &vector, size_t bits) in TestIteration1()
166 void TestIteration2(T &vector, size_t bits) in TestIteration2()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.cpp137 auto bits = LoadStoreAccessor::ToValue(mAttr); in Load() local
148 auto bits = LoadStoreAccessor::ToValue(mAttr); in Load() local
158 auto bits = LoadStoreAccessor::ToValue(mAttr); in Load() local
207 GateRef bits = Int32(typeBits - 1); in DoubleToIntOverflowCheck() local
Dnumber_speculative_retype.cpp1978 GateRef bits = acc_.GetValueIn(gate, 0); in VisitBigIntAsIntN() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_bigint.cpp65 JSHandle<JSTaggedValue> bits = GetCallArg(argv, 0); in AsUintN() local
84 JSHandle<JSTaggedValue> bits = GetCallArg(argv, 0); in AsIntN() local
Dbuiltins_number.h187 int64_t bits = base::bit_cast<int64_t>(number.GetDouble()); in GetNumberHash() local
Dbuiltins_regexp.cpp1285 uint64_t bits = 0; in ReplaceInternal() local
1310 uint64_t bits = 0; in ReplaceInternal() local
2934 uint64_t bits = resultLengthArray[i]; in CreateStringFromResultArray() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_vector.h274 BitVectorBase(void *data, size_t bits) in BitVectorBase()
357 void resize(size_t bits) in resize()
547 void EnsureSpace(size_t bits) in EnsureSpace()
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dbit_vector_property_test.cpp39 BitVector bits; member
70 BitVector bits {size}; in arbitrary() local
133 auto bits = bit_set.bits; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_vector.h284 BitVectorBase(void *data, size_t bits) in BitVectorBase()
372 void resize(size_t bits) in resize()
583 void EnsureSpace(size_t bits) in EnsureSpace()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbit_vector_test.cpp164 void TestIteration(T &vector, size_t bits) in TestIteration()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dloop_optimization_test.cpp194 …auto bits = ecmascript::kungfu::LoadStoreAccessor::ToValue(ecmascript::kungfu::MemoryAttribute::De… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collator_stub_builder.cpp109 GateRef bits = Int32And(Int32LSR(bitfield, Int32(BitType::START_BIT)), in GetBitField() local
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h204 auto bits(size_t from, size_t to) const // NOLINT(readability-identifier-naming) in bits() function
223 auto bits(size_t from, size_t to) // NOLINT(readability-identifier-naming) in bits() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_math.cpp84 uint64_t bits; in ToInt32() local
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h393 inline int32_t JsCastDoubleToInt(double d, size_t bits) in JsCastDoubleToInt()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h74 } bits __attribute__((packed)); member
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp1123 int32_t NumberHelper::DoubleToInt(double d, size_t bits) in DoubleToInt()
1357 int32_t RandomGenerator::Next(int bits) in Next()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dconst_folding.cpp134 uint64_t ConvertFloatToIntDyn(From value, RuntimeInterface *runtime, size_t bits) in ConvertFloatToIntDyn()

12