Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Drem_set.h136 size_t memSize = (range.GetEndAddress() - range.GetStartAddress()) / GetNumBits(); in Iterate() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbalance_expressions.cpp134 size_t memSize = firstIdx + GetBitFloor(lastIdx - firstIdx + 1); in AllocateSourcesRec() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool.h47 size_t memSize = 0; member
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Drawheap_dump.cpp371 uint32_t memSize = 0; in DumpObjectMemory() local
489 uint32_t memSize = 0; in DumpObjectMemory() local
/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
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.cpp290 uint32_t memSize = totalSize - tableSize - sizeof(uint64_t); in ReadObjectTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp866 uint32 memSize = insn.GetMemoryByteSize(); in IsValidNormalLoadOrStorePattern() local
914 uint32 memSize = curInsn.GetMemoryByteSize(); in IsValidStackArgLoadOrStorePattern() local
Daarch64_cgfunc.cpp4293 MemOperand *AArch64CGFunc::GetOrCreatSpillMem(regno_t vrNum, uint32 memSize) in GetOrCreatSpillMem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp477 MemOperand *X64CGFunc::GetOrCreatSpillMem(regno_t vrNum, uint32 memSize) in GetOrCreatSpillMem()