| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass.h | 370 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 …]
|
| 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 | 471 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/ |
| D | pandafile_isapi.rb | 47 def storage_width(bits) argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_bigint.cpp | 51 JSHandle<JSTaggedValue> bits = GetCallArg(argv, 0); in AsUintN() local 69 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/runtime_core/verification/util/ |
| D | bit_vector.h | 195 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/ |
| D | bit_vector_property_test.cpp | 91 BitVector bits {size}; in arbitrary() local 153 auto bits = bit_set.Bits; in __anonea1bced30402() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | method.cpp | 541 Method::VerificationStage Method::BitsToVerificationStage(uint32_t bits) in BitsToVerificationStage()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.cpp | 659 int32_t NumberHelper::DoubleToInt(double d, size_t bits) in DoubleToInt()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 4400 GateRef bits = Int32(base::INT32_BITS - 1); in DoubleToInt() local
|