Home
last modified time | relevance | path

Searched defs:width (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmappedTypes2.ts73 width: number; property
80 width?: number; property
87 readonly width: number; property
DtypeGuardNarrowsIndexedAccessOfKnownProperty1.ts27 width: number; property
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_readonly_attributes.ts20 readonly width: number; property
Dinterface_index_signature.ts20 width?: number; property
Dinterface_optional_attributes.ts20 width?: number; property
Dinterface_merge.ts20 width: number; property
Dinterface_keyof.ts20 width: number; property
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dinstruction.h69 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/runtime_core/libpandafile/
Dbytecode_instruction-inl.h26 …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()
Dbytecode_instruction.h118 void Write(uint32_t value, uint32_t offset, uint32_t width) in Write()
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_memory_region-inl.h33 size_t width = BITS_PER_WORD - (BITS_PER_HEX_DIGIT - Size() % BITS_PER_HEX_DIGIT); in Dump() local
Dregmask.h42 static constexpr size_t MakeMaskByExcluding(size_t width, Indexes... indexes) in MakeMaskByExcluding()
Dbit_memory_region.h165 size_t width = std::numeric_limits<std::make_unsigned_t<T>>::digits; in Read() local
/arkcompiler/ets_frontend/arkguard/test/grammar/advanced_type/
Ddiscriminated_unions.ts25 width: number; property
/arkcompiler/runtime_core/assembler/
Dassembly-ins.h35 #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
Dlexer.cpp52 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, use_idxs) \ in FindOperation() argument
Dlexer.h52 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, src_idxs) ID_OP_##inst_code, /* comm… argument
/arkcompiler/runtime_core/isa/
Disapi.rb334 attr_reader :name, :type, :offset, :width accessor in Operand
336 def initialize(name, srcdst, type, width = 0, offset = 0) argument
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXTexture.js162 loadTexture(width, height) { argument
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp1374 size_t width = 0; in Serialize() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp28 LogicalImmediate LogicalImmediate::Create(uint64_t imm, int width) in Create()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp67 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) {g_opCodeIndex++, panda::pand… argument
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js1996 width: o.width, property
5642 width: `${window.innerWidth}px`, property
6617 width: window.innerWidth, property
16259 width: 0, property
16482 width: 0, property
19353 get width() { getter in anonymousFunctiona10e982739900.anonymousFunctiona10e982739a00.Lr
19623 get width() { getter in anonymousFunctiona10e982739900.anonymousFunctiona10e982739a00.Yr
35155 width: 0, property
37911 width: t, property
37924 width: r, property
[all …]