| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | bit_memory_region-inl.h | 26 void BitMemoryRegion<Base>::DumpVal(std::ostream &os, size_t val, bool &isZero, int width) const in DumpVal() 45 size_t width = BITS_PER_WORD - (BITS_PER_HEX_DIGIT - Size() % BITS_PER_HEX_DIGIT); in Dump() local
|
| D | regmask.h | 42 static constexpr size_t MakeMaskByExcluding(size_t width, Indexes... indexes) in MakeMaskByExcluding()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
| D | instruction.h | 69 void Write(uint32_t value, uint32_t offset, uint32_t width) in Write() 83 inline auto ReadHelper(size_t byteoffset, size_t bytecount, size_t offset, size_t width) const in ReadHelper() 122 inline auto Read64(size_t offset, size_t width) const in Read64()
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/ |
| D | interface_readonly_attributes.ts | 20 readonly width: number; property
|
| D | interface_optional_attributes.ts | 20 width?: number; property
|
| D | interface_index_signature.ts | 20 width?: number; property
|
| D | interface_merge.ts | 20 width: number; property
|
| D | interface_keyof.ts | 20 width: number; property
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule50.ts | 26 const rectangle = new Rectangle(0.0, 0.0)
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/ |
| D | rule50.ts | 26 const rectangle = new Rectangle(0.0, 0.0)
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | bytecode_instruction-inl.h | 26 …ecodeInst<Mode>::ReadHelper(size_t byteoffset, size_t bytecount, size_t offset, size_t width) const in ReadHelper() 67 inline auto BytecodeInst<Mode>::Read64(size_t offset, size_t width) const in Read64()
|
| D | bytecode_instruction.h | 118 void Write(uint32_t value, uint32_t offset, uint32_t width) in Write()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | bytecode_instruction-inl.h | 26 …ecodeInst<MODE>::ReadHelper(size_t byteoffset, size_t bytecount, size_t offset, size_t width) const in ReadHelper() 67 inline auto BytecodeInst<MODE>::Read64(size_t offset, size_t width) const in Read64()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-ins.h | 36 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) opcode, argument 70 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (flags), argument 76 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (width), argument 82 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (def_idx), argument 87 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (use_idxs), argument 95 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (prof_size), argument
|
| D | lexer.cpp | 51 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, use_idxs, prof_size) \ in FindOperation() argument
|
| D | lexer.h | 55 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, src_idxs, prof_size) \ argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_memory_region-inl.h | 33 size_t width = BITS_PER_WORD - (BITS_PER_HEX_DIGIT - Size() % BITS_PER_HEX_DIGIT); in Dump() local
|
| D | regmask.h | 42 static constexpr size_t MakeMaskByExcluding(size_t width, Indexes... indexes) in MakeMaskByExcluding()
|
| D | bit_memory_region.h | 165 size_t width = std::numeric_limits<std::make_unsigned_t<T>>::digits; in Read() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-ins.h | 35 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) opcode, argument 70 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) flags, argument 75 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) width, argument 80 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) def_idx, argument 84 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) use_idxs, argument
|
| D | lexer.cpp | 52 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, use_idxs) \ in FindOperation() argument
|
| D | lexer.h | 52 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, src_idxs) ID_OP_##inst_code, /* comm… argument
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/advanced_type/ |
| D | discriminated_unions.ts | 25 width: number; property
|
| /arkcompiler/runtime_core/isa/ |
| D | isapi.rb | 334 attr_reader :name, :type, :offset, :width accessor in Operand 336 def initialize(name, srcdst, type, width = 0, offset = 0) argument
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isapi.rb | 327 attr_reader :name, :type, :offset, :width accessor in Operand 329 def initialize(name, srcdst, type, width = 0, offset = 0) argument
|