/arkcompiler/runtime_core/libpandabase/tests/ |
D | regmask_test.cpp | 24 void CompareWithBitset(RegMask mask, BitsetType base) in CompareWithBitset() 42 RegMask mask(value); in TestRegMask() local 61 void TestDistance(RegMask mask, size_t bit, size_t bits_before, size_t bits_after) in TestDistance() 78 RegMask mask(MakeMask(0, 2, 3, 17, 25, 31)); variable 91 RegMask mask(MakeMask(1, 2, 3)); variable
|
D | arena_allocator_test.cpp | 84 size_t mask = GetAlignmentInBytes(align) - 1; in AllocateWithAlignment() local 124 size_t mask = GetAlignmentInBytes(static_cast<Alignment>(align)) - 1; in AllocateWithDiffAlignment() local 451 size_t mask = GetAlignmentInBytes(align) - 1; variable 468 size_t mask = GetAlignmentInBytes(align) - 1; variable
|
D | bit_memory_region_test.cpp | 40 uint32_t mask = 0; in TEST() local 65 uint32_t mask = 0; in TEST() local
|
D | bit_table_test.cpp | 373 uint64_t mask = (i == 64) ? std::numeric_limits<uint64_t>::max() : ((1ULL << i) - 1); in TEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | gc_bitset.h | 81 GCBitsetWord mask = 0; in SetAllBits() local 219 GCBitsetWord mask = Mask(IndexInWord(offset)); variable 231 auto mask = Mask(IndexInWord(offset)); variable
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | location_mask.h | 34 void Init(const T &mask) in Init()
|
D | reg_alloc_base.cpp | 183 auto &mask = sf.GetSrc().IsFpRegister() ? vregs_mask_ : regs_mask_; in SetPreassignedRegisters() local
|
D | reg_alloc_graph_coloring.cpp | 364 auto mask = is_fp ? GetVRegMask() : GetRegMask(); in InitWorkingRanges() local
|
/arkcompiler/runtime_core/libpandafile/ |
D | bytecode_instruction-inl.h | 34 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
|
/arkcompiler/toolchain/websocket/ |
D | websocket.h | 30 uint8_t mask = 0; member
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | XTexture.js | 243 this.textImgs[rid] = { mask: 0 }; property 248 this.textIdxs[textIdx] = { cid: cid, rid: rid, mask: mask << off, time: this.timenow(), }; property
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
D | instruction.h | 91 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
|
/arkcompiler/toolchain/websocket/test/ |
D | websocket_test.cpp | 230 uint32_t mask = 1; in ClientSendReq() local
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | bit_memory_region.h | 210 …uint32_t mask = (std::numeric_limits<uint32_t>::max()) >> ((std::numeric_limits<uint32_t>::digits)… in Write() local
|
D | bit_utils.h | 165 constexpr T SwapBits(T value, T mask, uint32_t offset) in SwapBits()
|
D | bit_vector.h | 44 BitReference(WordType *data, WordType mask) : data_(data), mask_(mask) in BitReference()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
D | IrToPicture.js | 107 mask: this.nodeTypeMask(ir), property
|
/arkcompiler/runtime_core/compiler/tests/ |
D | code_info_test.cpp | 149 std::bitset<vregs.size()> mask(0); in TEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder-inl.h | 1324 GateRef mask = Int32(1LLU << (ProtoChangeMarker::HAS_CHANGED_BITS - 1)); in GetHasChanged() local 1474 GateRef mask = Int32LSL( in SetDictionaryOrderFieldInPropAttr() local 1535 GateRef mask = Int32LSL( in SetIsAllTaggedProp() local 1578 GateRef mask = Int32LSL( in SetIsProtoTypeToHClass() local 2017 GateRef mask = Int32LSL( in SetOffsetFieldInPropAttr() local 2028 GateRef mask = Int32LSL( in SetIsInlinePropsFieldInPropAttr() local 2039 GateRef mask = Int32LSL( in SetTrackTypeInPropAttr() local 2073 GateRef mask = Int32LSL( in SetTaggedRepInPropAttr() local 2085 GateRef mask = Int32LSL( in SetHasConstructorToHClass() local 2392 …GateRef mask = Int32(((1LU << JSHClass::ExtensibleBit::SIZE) - 1) << JSHClass::ExtensibleBit::STAR… in SetExtensibleToBitfield() local
|
/arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
D | deoptimizer.cpp | 580 size_t mask = (1 << shift) - 1; in DecodeDeoptDepth() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64.cpp | 39 uint64_t mask = (1ULL << size) - 1; in Create() local 50 uint64_t mask = ((uint64_t)-1LL) >> (RegXSize - size); in Create() local
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc.cpp | 1451 panda::Logger::ComponentMask mask; in EmitProgram() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 1378 …sRegExp::GetFlagsInternal(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const uint8_t mask) in GetFlagsInternal()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
D | encoder64_test.cpp | 122 auto mask = MASKS[random_generator() % MASKS_COUNT]; in random_mask_gen() local
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 2783 mask: 0, property 56165 mask: i property 111145 mask: -1, property
|