Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_merge.ts24 scale: number; property
Dinterface_keyof.ts24 scale: number; property
/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_static.ts27 constructor(public scale: number) { property in Grid
/arkcompiler/runtime_core/libpandafile/
Dclass_data_accessor.cpp48 size_t scale = IDX_SIZE * num_ifaces_; in ClassDataAccessor() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp177 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/
Doperands.h348 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()
Dencode_visitor.cpp559 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/
Dstring_hash_internal.h33 constexpr uint32_t scale = StringHash::BLOCK_MULTIPLY; in ComputeHashForDataOfLongString() local
/arkcompiler/ets_runtime/common_components/platform/arm64/
Dstring_hash_internal.h35 constexpr uint32_t scale = StringHash::BLOCK_MULTIPLY; in ComputeHashForDataOfLongString() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp223 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/
DXMat4.js96 scale(x, y, z = 1) { method in XMat4
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp246 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/
Dassembler_x64.cpp787 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()
Dassembler_x64.h280 static uint8_t GetSIB(Scale scale, Register index, Register base) in GetSIB()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dir_build_intrinsics_ets.cpp295 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/
Delf_assembler.h560 uint8 scale = log2Map[mem.s]; in GetSIB() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/
Dbouncing_peas_unit.cpp37 … [[maybe_unused]] int height, [[maybe_unused]] float scale, in SkoalaInitRedrawer()
Dbouncing_peas_unit_napi.cpp38 [[maybe_unused]] ets_float scale, in SkoalaInitRedrawer()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator_test.cpp527 T DoShift(T value, ShiftType shiftType, uint64_t scale, uint8_t typeSize) in DoShift()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h376 IrConstructor &Scale(uint64_t scale) in Scale()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h470 IrConstructor &Scale(uint64_t scale) in Scale()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts78 private scale: PtaAnalysisScale; property in PagBuilder
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_accessor_test.cpp35 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/
Doperand.h1369 uint32 scale = extend & 0xF; in ShiftAmount() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp926 auto scale = mem.GetScale(); in PrepareMemLdSForFloat() local

12