| /arkcompiler/ets_runtime/ecmascript/ |
| 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(); in IsExtensible() local 1481 uint32_t bits = GetBitField(); in IsPrototype() local 1487 uint32_t bits = GetBitField(); in IsClassConstructor() local 1498 uint32_t bits = GetBitField(); in IsClassPrototype() local 1504 uint32_t bits = GetBitField(); in IsNativeBindingObject() local [all …]
|
| D | ecma_macros.h | 188 #define FIRST_BIT_FIELD(bitFieldName, name, type, bits) \ argument 193 #define NEXT_BIT_FIELD(bitFieldName, name, type, bits, lastName) \ argument
|
| D | js_bigint.cpp | 511 uint64_t bits = 0; in DoubleToBigInt() local 1532 JSTaggedValue BigInt::AsUintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) in AsUintN() 1553 JSTaggedValue BigInt::AsintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) in AsintN() 1709 uint64_t bits = 0; in CompareWithNumber() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/ |
| D | check_access_primitives.js | 45 function testSInt(tname, bits) { argument 49 function testUInt(tname, bits) { argument
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_list.h | 43 uint32_t bits = GetBitField(); in IsOrderedList() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | pandafile_isapi.rb | 47 def storage_width(bits) argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | pandafile_isapi.rb | 47 def storage_width(bits) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lcr_circuit_builder.cpp | 137 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 212 GateRef bits = Int32(base::INT32_BITS - 1); in DoubleToInt() local 246 GateRef bits = Int32(typeBits - 1); in DoubleToInt() local
|
| D | number_speculative_retype.cpp | 1942 GateRef bits = acc_.GetValueIn(gate, 0); in VisitBigIntAsIntN() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | bit_vector_test.cpp | 113 void TestIteration1(T &vector, size_t bits) in TestIteration1() 166 void TestIteration2(T &vector, size_t bits) in TestIteration2()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_bigint.cpp | 65 JSHandle<JSTaggedValue> bits = GetCallArg(argv, 0); in AsUintN() local 84 JSHandle<JSTaggedValue> bits = GetCallArg(argv, 0); in AsIntN() local
|
| D | builtins_number.h | 187 int64_t bits = base::bit_cast<int64_t>(number.GetDouble()); in GetNumberHash() local
|
| 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]; in CreateStringFromResultArray() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_vector.h | 274 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/libpandabase/utils/ |
| D | bit_vector.h | 284 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/verification/util/tests/ |
| D | bit_vector_property_test.cpp | 39 BitVector bits; member 70 BitVector bits {size}; in arbitrary() local 133 auto bits = bit_set.bits; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | bit_vector_test.cpp | 164 void TestIteration(T &vector, size_t bits) in TestIteration()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | loop_optimization_test.cpp | 194 …auto bits = ecmascript::kungfu::LoadStoreAccessor::ToValue(ecmascript::kungfu::MemoryAttribute::De… in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | bit_vector.h | 204 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/ |
| D | std_math.cpp | 84 uint64_t bits; in ToInt32() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | tagged_value.h | 392 inline int32_t JsCastDoubleToInt(double d, size_t bits) in JsCastDoubleToInt()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | ets_intrinsics_helpers.h | 74 } bits __attribute__((packed)); member
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.cpp | 1117 int32_t NumberHelper::DoubleToInt(double d, size_t bits) in DoubleToInt() 1343 int32_t RandomGenerator::Next(int bits) in Next()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | const_folding.cpp | 134 uint64_t ConvertFloatToIntDyn(From value, RuntimeInterface *runtime, size_t bits) in ConvertFloatToIntDyn()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 753 uintptr_t bits = 0; in ArkCheckIsJSFunctionBaseOrJSProxy() local 1119 uintptr_t bits = 0; in ArkCheckIsJSFunctionBaseOrJSProxy() local
|