Searched defs:copySize (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | memlayout.cpp | 60 int32 copySize; in FindLargestActualArea() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | sample_reader-inl.h | 118 auto copySize = sampleOut->stackInfo.managedStackSize * sizeof(SampleInfo::ManagedStackFrameId); in GetNextSample() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
| D | mempool.cpp | 180 size_t copySize = ((newSize > oldSize) ? oldSize : newSize); in Realloc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_builder.cpp | 39 uint32_t copySize = str.size(); in AddShStrTabSection() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | simplify.cpp | 1183 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/ |
| D | x64_MPIsel.cpp | 361 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/ |
| D | aarch64_cgfunc.cpp | 1608 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
|