Home
last modified time | relevance | path

Searched defs:copySize (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dmemlayout.cpp60 int32 copySize; in FindLargestActualArea() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_reader-inl.h118 auto copySize = sampleOut->stackInfo.managedStackSize * sizeof(SampleInfo::ManagedStackFrameId); in GetNextSample() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmempool.cpp180 size_t copySize = ((newSize > oldSize) ? oldSize : newSize); in Realloc() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp39 uint32_t copySize = str.size(); in AddShStrTabSection() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp1183 void MemEntry::ExpandMemcpyLowLevel(const MemEntry &srcMem, uint64 copySize, MIRFunction &func, Stm… in ExpandMemcpyLowLevel()
1303 bool MemEntry::ExpandMemcpy(const MemEntry &srcMem, uint64 copySize, MIRFunction &func, StmtNode &s… in ExpandMemcpy()
1714 uint64 copySize = srcSize; in SimplifyMemcpy() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp361 void X64MPIsel::SelectAggCopy(MemOperand &lhs, MemOperand &rhs, uint32 copySize) in SelectAggCopy()
524 RegOperand *X64MPIsel::PrepareMemcpyParm(uint64 copySize) in PrepareMemcpyParm()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1608 RegOperand *AArch64CGFunc::PrepareMemcpyParamOpnd(uint64 copySize) in PrepareMemcpyParamOpnd()
1684 uint32 copySize = GetAggCopySize(lhsOffset, rhsOffset, alignUsed); in SelectAggDassign() local
1819 uint32 copySize = GetAggCopySize(rhsOffset, lhsOffset, alignUsed); in SelectAggDassign() local
2527 uint32 copySize = GetAggCopySize(rhsOffset, lhsOffset, alignUsed); in SelectAggIassign() local
2682 uint32 copySize = GetAggCopySize(rhsOffset, lhsOffset, alignUsed); in SelectAggIassign() local