| /arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/ |
| D | interface_merge.ts | 24 scale: number; property
|
| D | interface_keyof.ts | 24 scale: number; property
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/ |
| D | class_static.ts | 27 constructor(public scale: number) { property in Grid
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | class_data_accessor.cpp | 48 size_t scale = IDX_SIZE * num_ifaces_; in ClassDataAccessor() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | adjust_arefs.cpp | 177 auto scale = DataType::ShiftByType(inst->GetType(), GetGraph()->GetArch()); in ProcessChain() local 200 void AdjustRefs::InsertMem(Inst *org, Inst *base, Inst *index, uint8_t scale) in InsertMem() 245 auto scale = DataType::ShiftByType(mem->GetType(), GetGraph()->GetArch()); in ProcessIndex() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | operands.h | 348 MemRef(Reg base, Reg index, uint16_t scale) : MemRef(base, index, scale, 0) {} in MemRef() 349 …MemRef(Reg base, Reg index, uint16_t scale, ssize_t disp) : disp_(disp), scale_(scale), base_(base… in MemRef() 421 …explicit Shift(Reg base, ShiftType type, uint32_t scale) : scale_(scale), base_(base), type_(type)… in Shift() 422 explicit Shift(Reg base, uint32_t scale) : Shift(base, ShiftType::LSL, scale) {} in Shift()
|
| D | encode_visitor.cpp | 559 auto scale = DataType::ShiftByType(inst->GetType(), enc->GetCodegen()->GetArch()); in VisitStoreArray() local 2372 int32_t scale = DataType::ShiftByType(type, enc->GetCodegen()->GetArch()); in VisitLoadArrayPair() local 2442 auto scale = DataType::ShiftByType(type, enc->GetCodegen()->GetArch()); in VisitStoreArrayPair() local
|
| /arkcompiler/ets_runtime/common_components/platform/common/ |
| D | string_hash_internal.h | 33 constexpr uint32_t scale = StringHash::BLOCK_MULTIPLY; in ComputeHashForDataOfLongString() local
|
| /arkcompiler/ets_runtime/common_components/platform/arm64/ |
| D | string_hash_internal.h | 35 constexpr uint32_t scale = StringHash::BLOCK_MULTIPLY; in ComputeHashForDataOfLongString() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_sampling.cpp | 223 double scale = 1.0 / (1.0 - std::exp(-static_cast<double>(size) / rate_)); in AdjustSampleCount() local
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| D | XMat4.js | 96 scale(x, y, z = 1) { method in XMat4
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 246 uint32_t AssemblerAarch64::GetOpcFromScale(Scale scale, bool ispair) in GetOpcFromScale() 273 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) in Ldr() 1145 uint64_t AssemblerAarch64::GetImmOfLdr(const MemoryOperand &operand, Scale scale, bool isRegX) in GetImmOfLdr() 1163 uint64_t AssemblerAarch64::GetOpcodeOfLdr(const MemoryOperand &operand, Scale scale) in GetOpcodeOfLdr() 1226 uint32_t AssemblerAarch64::GetShiftOfLdr(const MemoryOperand &operand, Scale scale, bool isRegX) in GetShiftOfLdr()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.cpp | 787 Operand::Operand(Register base, Register index, Scale scale, int32_t disp) in Operand() 805 Operand::Operand(Register index, Scale scale, int32_t disp) in Operand() 813 void Operand::BuildSIB(Scale scale, Register index, Register base) in BuildSIB()
|
| D | assembler_x64.h | 280 static uint8_t GetSIB(Scale scale, Register index, Register base) in GetSIB()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | ir_build_intrinsics_ets.cpp | 295 auto scale = DataType::ShiftByType(type, graph->GetArch()); in BuildTypedArrayLoadDataAndOffset() local 384 auto scale = DataType::ShiftByType(type, graph->GetArch()); in BuildTypedUnsignedArrayLoadDataAndOffset() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| D | elf_assembler.h | 560 uint8 scale = log2Map[mem.s]; in GetSIB() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/ |
| D | bouncing_peas_unit.cpp | 37 … [[maybe_unused]] int height, [[maybe_unused]] float scale, in SkoalaInitRedrawer()
|
| D | bouncing_peas_unit_napi.cpp | 38 [[maybe_unused]] ets_float scale, in SkoalaInitRedrawer()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator_test.cpp | 527 T DoShift(T value, ShiftType shiftType, uint64_t scale, uint8_t typeSize) in DoShift()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 376 IrConstructor &Scale(uint64_t scale) in Scale()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 470 IrConstructor &Scale(uint64_t scale) in Scale()
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/ |
| D | PagBuilder.ts | 78 private scale: PtaAnalysisScale; property in PagBuilder
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_accessor_test.cpp | 35 uint32_t scale = 3333; in HWTEST_F_L0() local 50 uint32_t scale = 3333; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | operand.h | 1369 uint32 scale = extend & 0xF; in ShiftAmount() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 926 auto scale = mem.GetScale(); in PrepareMemLdSForFloat() local
|