Searched defs:bits (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_hclass.h | 407 uint32_t bits = GetBitField(); in GetObjectType() local 413 uint32_t bits = GetBitField(); in SetObjectType() local 1144 uint32_t bits = GetBitField(); in IsCallable() local 1150 uint32_t bits = GetBitField(); in IsConstructor() local 1156 uint32_t bits = GetBitField(); in IsExtensible() local 1162 uint32_t bits = GetBitField(); in IsPrototype() local 1168 uint32_t bits = GetBitField(); in IsLiteral() local 1174 uint32_t bits = GetBitField(); in IsClassConstructor() local 1185 uint32_t bits = GetBitField(); in IsClassPrototype() local 1191 uint32_t bits = GetBitField(); in IsGlobalConstOrBuiltinsObject() local [all …]
|
D | ecma_macros.h | 143 #define FIRST_BIT_FIELD(bitFieldName, name, type, bits) \ argument 148 #define NEXT_BIT_FIELD(bitFieldName, name, type, bits, lastName) \ argument
|
D | js_bigint.cpp | 480 uint64_t bits = 0; in NumberToBigInt() local 1480 JSTaggedValue BigInt::AsUintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) in AsUintN() 1496 JSTaggedValue BigInt::AsintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) in AsintN() 1643 uint64_t bits = 0; in CompareWithNumber() local
|
/arkcompiler/runtime_core/libpandafile/ |
D | pandafile_isapi.rb | 47 def storage_width(bits) argument
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_bigint.cpp | 57 JSHandle<JSTaggedValue> bits = GetCallArg(argv, 0); in AsUintN() local 75 JSHandle<JSTaggedValue> bits = GetCallArg(argv, 0); in AsIntN() 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/libpandabase/tests/ |
D | bit_vector_test.cpp | 113 void TestIteration(T &vector, size_t bits) in TestIteration()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | number_helper.cpp | 664 int32_t NumberHelper::DoubleToInt(double d, size_t bits) in DoubleToInt() 864 int32_t RandomGenerator::Next(int bits) in Next()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_builder-inl.h | 176 GateRef bits = Int32(base::INT32_BITS - 1); in DoubleToInt() local
|
D | stub_builder.cpp | 5033 GateRef bits = Int32(base::INT32_BITS - 1); in DoubleToInt() local
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 16502 bits: c, property
|