Home
last modified time | relevance | path

Searched defs:memSize (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_utils.cpp32 uint32 memSize = AArch64CG::kMd[loadMop].GetOperandSize(); in GetOrCreateMemOperandForNewMOP() local
Daarch64_ebo.cpp636 uint32 memSize = md->GetOperandSize() / k8BitSize; in ValidPatternForCombineExtAndLoad() local
Daarch64_proepilog.cpp163 int32 memSize = (stkSize - kOffset8MemPos) - static_cast<int32>(vArea); in GetDownStack() local
Daarch64_peep.cpp2578 uint32 memSize = md->GetOperandSize() / k8BitSize; in IsValidLoadExtPattern() local
4070 uint32 memSize = insn.GetMemoryByteSize(); in IsValidNormalLoadOrStorePattern() local
4118 uint32 memSize = curInsn.GetMemoryByteSize(); in IsValidStackArgLoadOrStorePattern() local
7255 uint32 memSize = insn.GetMemoryByteSize(); in CheckShiftValid() local
Daarch64_prop.cpp923 uint32 memSize) in SelectReplaceExt()
Daarch64_cgfunc.cpp9091 MemOperand *AArch64CGFunc::GetOrCreatSpillMem(regno_t vrNum, uint32 memSize) in GetOrCreatSpillMem()
/arkcompiler/runtime_core/static_core/runtime/mem/
Drem_set.h143 size_t memSize = (range.GetEndAddress() - range.GetStartAddress()) / GetNumBits(); in Iterate() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dlinear_space.cpp175 size_t memSize = AlignUp(maximumCapacity_, DEFAULT_REGION_SIZE); in EdenSpace() local
310 size_t memSize = current->GetCapacity(); in ReclaimRegions() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool.h47 size_t memSize = 0; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dmemlayout.h96 void SetSize(uint32 memSize) in SetSize()
Dcall_conv.h32 int32 memSize = 0; member
Dcgfunc.h146 uint32 memSize = 0; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp947 MemOperand *X64CGFunc::GetOrCreatSpillMem(regno_t vrNum, uint32 memSize) in GetOrCreatSpillMem()