Home
last modified time | relevance | path

Searched defs:mask (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dregmask_test.cpp24 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
Darena_allocator_test.cpp84 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
Dbit_memory_region_test.cpp40 uint32_t mask = 0; in TEST() local
65 uint32_t mask = 0; in TEST() local
Dbit_table_test.cpp373 uint64_t mask = (i == 64) ? std::numeric_limits<uint64_t>::max() : ((1ULL << i) - 1); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h81 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/
Dlocation_mask.h34 void Init(const T &mask) in Init()
Dreg_alloc_base.cpp183 auto &mask = sf.GetSrc().IsFpRegister() ? vregs_mask_ : regs_mask_; in SetPreassignedRegisters() local
Dreg_alloc_graph_coloring.cpp364 auto mask = is_fp ? GetVRegMask() : GetRegMask(); in InitWorkingRanges() local
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction-inl.h34 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
/arkcompiler/toolchain/websocket/
Dwebsocket.h30 uint8_t mask = 0; member
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXTexture.js243 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/
Dinstruction.h91 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
/arkcompiler/toolchain/websocket/test/
Dwebsocket_test.cpp230 uint32_t mask = 1; in ClientSendReq() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_memory_region.h210 …uint32_t mask = (std::numeric_limits<uint32_t>::max()) >> ((std::numeric_limits<uint32_t>::digits)… in Write() local
Dbit_utils.h165 constexpr T SwapBits(T value, T mask, uint32_t offset) in SwapBits()
Dbit_vector.h44 BitReference(WordType *data, WordType mask) : data_(data), mask_(mask) in BitReference()
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrToPicture.js107 mask: this.nodeTypeMask(ir), property
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp149 std::bitset<vregs.size()> mask(0); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1324 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/
Ddeoptimizer.cpp580 size_t mask = (1 << shift) - 1; in DecodeDeoptDepth() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp39 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/
Dts2abc.cpp1451 panda::Logger::ComponentMask mask; in EmitProgram() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1378 …sRegExp::GetFlagsInternal(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const uint8_t mask) in GetFlagsInternal()
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp122 auto mask = MASKS[random_generator() % MASKS_COUNT]; in random_mask_gen() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js2783 mask: 0, property
56165 mask: i property
111145 mask: -1, property