Home
last modified time | relevance | path

Searched defs:copySize (Results 1 – 6 of 6) 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.cpp186 size_t copySize = ((newSize > oldSize) ? oldSize : newSize); in Realloc() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp36 uint32_t copySize = str.size(); in AddShStrTabSection() local
74 uint32_t copySize = str.size(); in AddAsmStubStrTab() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp362 void X64MPIsel::SelectAggCopy(MemOperand &lhs, MemOperand &rhs, uint32 copySize) in SelectAggCopy()
522 RegOperand *X64MPIsel::PrepareMemcpyParm(uint64 copySize) in PrepareMemcpyParm()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1774 RegOperand *AArch64CGFunc::PrepareMemcpyParamOpnd(uint64 copySize) in PrepareMemcpyParamOpnd()
7220 …auto copySize = CGOptions::IsBigEndian() ? static_cast<uint32>(RoundUp(mirSize, k8ByteSize)) : mir… in SelectParmListPreprocessForAggregate() local