| /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/static_core/compiler/optimizer/optimizations/ |
| D | adjust_arefs.cpp | 180 auto scale = DataType::ShiftByType(inst->GetType(), GetGraph()->GetArch()); in ProcessChain() local 203 void AdjustRefs::InsertMem(Inst *org, Inst *base, Inst *index, uint8_t scale) in InsertMem() 248 auto scale = DataType::ShiftByType(mem->GetType(), GetGraph()->GetArch()); in ProcessIndex() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | operands.h | 634 MemRef(Reg base, Reg index, uint16_t scale) : MemRef(base, index, scale, 0) {} in MemRef() 635 …MemRef(Reg base, Reg index, uint16_t scale, ssize_t disp) : disp_(disp), scale_(scale), base_(base… in MemRef() 820 …explicit Shift(Reg base, ShiftType type, uint32_t scale) : scale_(scale), base_(base), type_(type)… in Shift() 821 explicit Shift(Reg base, uint32_t scale) : Shift(base, ShiftType::LSL, scale) {} in Shift()
|
| D | codegen.cpp | 3054 int32_t scale = DataType::ShiftByType(inst->GetType(), enc->GetCodegen()->GetArch()); in VisitStoreArray() local 5195 int32_t scale = DataType::ShiftByType(type, enc->GetCodegen()->GetArch()); in VisitLoadArrayPair() local 5242 int32_t scale = DataType::ShiftByType(type, enc->GetCodegen()->GetArch()); in VisitStoreArrayPair() 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 | 249 uint32_t AssemblerAarch64::GetOpcFromScale(Scale scale, bool ispair) in GetOpcFromScale() 276 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) in Ldr() 1136 uint64_t AssemblerAarch64::GetImmOfLdr(const MemoryOperand &operand, Scale scale, bool isRegX) in GetImmOfLdr() 1154 uint64_t AssemblerAarch64::GetOpcodeOfLdr(const MemoryOperand &operand, Scale scale) in GetOpcodeOfLdr() 1217 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 | 272 static uint8_t GetSIB(Scale scale, Register index, Register base) in GetSIB()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 230 auto scale = mem.GetScale(); in ConvertMem() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| D | elf_assembler.h | 556 uint8 scale = log2Map[mem.s]; in GetSIB() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 295 auto scale = mem.GetScale(); in ArchMem() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator_test.cpp | 486 T DoShift(T value, ShiftType shiftType, uint64_t scale, uint8_t typeSize) in DoShift()
|
| /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/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()
|
| D | inst.h | 2097 void SetScale(uint32_t scale) in SetScale()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_accessor_test.cpp | 58 uint32_t scale = 3333; in HWTEST_F_L0() local 73 uint32_t scale = 3333; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | operand.h | 1361 uint32 scale = extend & 0xF; in ShiftAmount() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 568 auto scale = mem.GetScale(); in PrepareMemLdSForFloat() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 1277 int64 scale = mirIntConst->GetExtValue(); in SelectAsm() local 9734 uint32 scale = static_cast<uint32>(intOfst->GetExtValue()); in CheckAndCreateExtendMemOpnd() local 9786 int32 scale = mirIntConst->GetExtValue(); in CheckAndCreateExtendMemOpnd() local 11452 int64 scale = mirIntConst->GetExtValue(); in SelectCReturnAddress() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 11303 static scale(t, e, i) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.Bi 12293 static scale(t, e, i) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.Fi 12738 scale(t) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.Fi 13571 static scale(t, e, i) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.qi 14729 scale(t) { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.qi 39946 scale: [ 1, 1 ], property 112389 scale: function(t, e) { method 114647 scale: new Pi property
|