| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | location_mask.h | 34 void Init(const T &mask) in Init() argument
|
| H A D | reg_alloc_base.cpp | 178 auto &mask = sf.GetSrc().IsFpRegister() ? vregs_mask_ : regs_mask_; in SetPreassignedRegisters() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | location_mask.h | 31 void Init(const T &mask) in Init() argument
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | regmask_test.cpp | 24 void CompareWithBitset(RegMask mask, BitsetType base) in CompareWithBitset() argument 61 TestDistance(RegMask mask, size_t bit, size_t bits_before, size_t bits_after) TestDistance() argument [all...] |
| H A D | bit_memory_region_test.cpp | 40 uint32_t mask = 0; in TEST() local 65 uint32_t mask = 0; in TEST() local
|
| H A D | bit_table_test.cpp | 396 uint64_t mask = (i == 64) ? std::numeric_limits<uint64_t>::max() : ((1ULL << i) - 1); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | regmask_test.cpp | 24 void CompareWithBitset(RegMask mask, BitsetType base) in CompareWithBitset() argument 61 TestDistance(RegMask mask, size_t bit, size_t bitsBefore, size_t bitsAfter) TestDistance() argument [all...] |
| H A D | bit_memory_region_test.cpp | 42 uint32_t mask = 0; in TEST() local 67 uint32_t mask = 0; in TEST() local
|
| H A D | bit_table_test.cpp | 408 uint64_t mask = (i == 64U) ? std::numeric_limits<uint64_t>::max() : ((1ULL << i) - 1L); in TEST_F() local
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| H A D | XTexture.js | [all...] |
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | bytecode_instruction-inl.h | 34 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | bytecode_instruction-inl.h | 32 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| H A D | ir_build_intrinsics_ets.cpp | 48 auto mask = GetGraph()->CreateInstAnd(itype, GetPc(bcInst->GetAddress()), shift, FindOrCreateConstant(fpExpMask)); in BuildIsFiniteIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | reg_alloc_common_test.cpp | 31 void RunRegAllocatorsAndCheck(Graph *graph, RegMask mask, Checker checker) const in RunRegAllocatorsAndCheck() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | bitmap.cpp | 54 auto mask = GetBitMask(bitOffset); in AtomicTestAndSetBit() local 72 auto mask = GetBitMask(bitOffset); in AtomicTestAndClearBit() local 90 auto mask = GetBitMask(bitOffset); in AtomicTestBit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_proxy_stub_builder.h | 63 GateRef mask = Int32LSL(
in SetIsRevoked() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | arithmetic.h | 199 auto mask = std::numeric_limits<UnsignedUType>::digits - 1U; in HandleBitWiseArithmetic() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | value_numbering.cpp | 38 const size_t mask = entriesLength_ - 1; in VisitGate() local 93 size_t const mask = entriesLength_ - 1; in Grow() local
|
| /arkcompiler/toolchain/websocket/ |
| H A D | web_socket_frame.h | 57 uint8_t mask = 0; member
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | gc_bitset.h | 88 GCBitsetWord mask = 0; in SetAllBits() local [all...] |
| H A D | remembered_set.h | 50 bool InsertRange(uintptr_t begin, uintptr_t addr, uint32_t mask) in InsertRange() argument
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
| H A D | instruction.h | 91 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| H A D | aot_manager.h | 100 auto mask = aotStringYoungSet_[idx]; in VisitAotStringRoots() local
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| H A D | code_info_builder.h | 82 void SetSavedCalleeRegsMask(uint32_t mask, uint32_t vmask) in SetSavedCalleeRegsMask() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | countable_loop_parser.cpp | 260 const uint64_t mask = (1ULL << 63U); in SetIndexAndConstStep() local
|