Home
last modified time | relevance | path

Searched refs:BIT_PER_BYTE (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value_internals.h49 static constexpr size_t BIT_PER_BYTE = 8; member in panda::ecmascript::JSTaggedValueInternals
52 static_assert((TAG_BITS_SHIFT + TAG_BITS_SIZE) == sizeof(JSTaggedType) * BIT_PER_BYTE, "Insufficient bits!");
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_bitset.h37 static constexpr uint32_t BIT_PER_BYTE = 8; member in panda::ecmascript::GCBitset
38 static constexpr uint32_t BIT_PER_BYTE_LOG2 = base::MathHelper::GetIntLog2(BIT_PER_BYTE);
39 static constexpr uint32_t BIT_PER_WORD = BYTE_PER_WORD * BIT_PER_BYTE;
52 return AlignUp(AlignUp(bitSize, BIT_PER_BYTE) >> BIT_PER_BYTE_LOG2, BYTE_PER_WORD); in SizeOfGCBitset()
305 constexpr size_t ConsumeRange = GCBitset::BIT_PER_WORD * GCBitset::BIT_PER_BYTE;
/arkcompiler/ets_runtime/ecmascript/compiler/base/
H A Dbit_set.h28 static constexpr uint32_t BIT_PER_BYTE = 8; member in panda::ecmascript::kungfu::BitSet
29 static constexpr uint32_t BIT_PER_WORD = BYTE_PER_WORD * BIT_PER_BYTE;
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp1412 sizeof(uint32_t) * GCBitset::BIT_PER_BYTE + TAGGED_TYPE_SIZE_LOG - 1);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp2124 CHECK_VALUE(BIT_PER_BYTE); in HWTEST_F_L0()

Completed in 9 milliseconds