Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h370 uint32_t bits = GetBitField(); in GetObjectType() local
376 uint32_t bits = GetBitField(); in SetObjectType() local
1069 uint32_t bits = GetBitField(); in IsCallable() local
1075 uint32_t bits = GetBitField(); in IsConstructor() local
1081 uint32_t bits = GetBitField(); in IsExtensible() local
1087 uint32_t bits = GetBitField(); in IsPrototype() local
1093 uint32_t bits = GetBitField(); in IsLiteral() local
1099 uint32_t bits = GetBitField(); in IsClassConstructor() local
1110 uint32_t bits = GetBitField(); in IsClassPrototype() local
1116 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.cpp471 uint64_t bits = 0; in NumberToBigInt() local
1433 JSTaggedValue BigInt::AsUintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) in AsUintN()
1448 JSTaggedValue BigInt::AsintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) in AsintN()
1592 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.cpp51 JSHandle<JSTaggedValue> bits = GetCallArg(argv, 0); in AsUintN() local
69 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/runtime_core/verification/util/
Dbit_vector.h195 auto bits(size_t from, size_t to) const in bits() function
215 auto bits(size_t from, size_t to) in bits() function
/arkcompiler/runtime_core/verification/util/tests/
Dbit_vector_property_test.cpp91 BitVector bits {size}; in arbitrary() local
153 auto bits = bit_set.Bits; in __anonea1bced30402() local
/arkcompiler/runtime_core/runtime/
Dmethod.cpp541 Method::VerificationStage Method::BitsToVerificationStage(uint32_t bits) in BitsToVerificationStage()
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp659 int32_t NumberHelper::DoubleToInt(double d, size_t bits) in DoubleToInt()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp4400 GateRef bits = Int32(base::INT32_BITS - 1); in DoubleToInt() local