Home
last modified time | relevance | path

Searched defs:width (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
H A DClassTest.java32 private double width; field in Rectangle
40 public Rectangle(double length, double width) { in Rectangle() argument
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_memory_region-inl.h33 size_t width = BITS_PER_WORD - (BITS_PER_HEX_DIGIT - Size() % BITS_PER_HEX_DIGIT); in Dump() local
H A Dregmask.h42 static constexpr size_t MakeMaskByExcluding(size_t width, Indexes... indexes) in MakeMaskByExcluding() argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_memory_region-inl.h45 auto width = static_cast<ssize_t>(BITS_PER_WORD - (BITS_PER_HEX_DIGIT - Size() % BITS_PER_HEX_DIGIT)); in Dump() local
H A Dregmask.h42 static constexpr size_t MakeMaskByExcluding(size_t width, Indexes... indexes) in MakeMaskByExcluding() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_composite_types/
H A Dtest_composite_types.js
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dinstruction.h69 void Write(uint32_t value, uint32_t offset, uint32_t width) in Write() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/
H A Dbouncing_peas_unit.cpp36 [[maybe_unused]] static long SkoalaInitRedrawer([[maybe_unused]] ark::Method *m, [[maybe_unused]] int width, in SkoalaInitRedrawer() argument
204 SkoalaParagraphParagraph1nLayout([[maybe_unused]] ark::Method *m, [[maybe_unused]] long ptr , [[maybe_unused]] float width) SkoalaParagraphParagraph1nLayout() argument
H A Dbouncing_peas_unit_napi.cpp36 SkoalaInitRedrawer([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, [[maybe_unused]] ets_int width, [[maybe_unused]] ets_int height, [[maybe_unused]] ets_float scale, [[maybe_unused]] ets_long peer , [[maybe_unused]] ets_long frame ) SkoalaInitRedrawer() argument
216 SkoalaParagraphParagraph1nLayout([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, [[maybe_unused]] ets_long ptr , [[maybe_unused]] ets_float width) SkoalaParagraphParagraph1nLayout() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h139 void Trunc(uint8 width) in Trunc() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_displaynames.cpp341 UDateTimePGDisplayWidth width; in CanonicalCodeForDisplayNames() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp28 LogicalImmediate LogicalImmediate::Create(uint64_t imm, int width) in Create() argument
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp1899 size_t width = 0; in SerializeInstructions() local
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp231 size_t width = 0; in SerializeIfPrintMethodInfo() local
272 size_t width = SerializeIfPrintMethodInfo(method, printMethodInfo, headerSs, methodInfo, methodInfoIt); in Serialize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_mop_valid.h479 int64 width = static_cast<ImmOperand *>(opnds[kInsnFourthOpnd])->GetValue(); in MOP_wubfxrri5i5Valid() local
496 int64 width = static_cast<ImmOperand *>(opnds[kInsnFourthOpnd])->GetValue(); in MOP_xubfxrri6i6Valid() local
513 int64 width = static_cast<ImmOperand *>(opnds[kInsnFourthOpnd])->GetValue(); in MOP_wsbfxrri5i5Valid() local
530 int64 width = static_cast<ImmOperand *>(opnds[kInsnFourthOpnd])->GetValue(); in MOP_xsbfxrri6i6Valid() local
547 int64 width = static_cast<ImmOperand *>(opnds[kInsnFourthOpnd])->GetValue(); in MOP_wubfizrri5i5Valid() local
564 int64 width = static_cast<ImmOperand *>(opnds[kInsnFourthOpnd])->GetValue(); MOP_xubfizrri6i6Valid() local
581 int64 width = static_cast<ImmOperand *>(opnds[kInsnFourthOpnd])->GetValue(); MOP_wsbfizrri5i5Valid() local
598 int64 width = static_cast<ImmOperand *>(opnds[kInsnFourthOpnd])->GetValue(); MOP_xsbfizrri6i6Valid() local
615 int64 width = static_cast<ImmOperand *>(opnds[kInsnFourthOpnd])->GetValue(); MOP_wbfirri5i5Valid() local
632 int64 width = static_cast<ImmOperand *>(opnds[kInsnFourthOpnd])->GetValue(); MOP_xbfirri6i6Valid() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp1143 auto &width = static_cast<ImmOperand &>(insn.GetOperand(kInsnFourthOpnd)); in CheckCondition() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1384 const int width = 4; in EmitAsmLabel() local
1431 const int width = 4; in EmitAsmLabel() local
1433 const int width = 8; in EmitAsmLabel() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js126951 width: l, global() property
[all...]

Completed in 32 milliseconds