Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h407 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 …]
Decma_macros.h143 #define FIRST_BIT_FIELD(bitFieldName, name, type, bits) \ argument
148 #define NEXT_BIT_FIELD(bitFieldName, name, type, bits, lastName) \ argument
Djs_bigint.cpp480 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/
Dpandafile_isapi.rb47 def storage_width(bits) argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_bigint.cpp57 JSHandle<JSTaggedValue> bits = GetCallArg(argv, 0); in AsUintN() local
75 JSHandle<JSTaggedValue> bits = GetCallArg(argv, 0); in AsIntN() 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/libpandabase/tests/
Dbit_vector_test.cpp113 void TestIteration(T &vector, size_t bits) in TestIteration()
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp664 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/
Dcircuit_builder-inl.h176 GateRef bits = Int32(base::INT32_BITS - 1); in DoubleToInt() local
Dstub_builder.cpp5033 GateRef bits = Int32(base::INT32_BITS - 1); in DoubleToInt() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js16502 bits: c, property