Home
last modified time | relevance | path

Searched refs:SetSize (Results 1 - 25 of 30) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_memlayout.cpp89 segArgsRegPassed.SetSize(static_cast<uint32>(RoundUp(segArgsRegPassed.GetSize(), align))); in LayoutFormalParams()
91 segArgsRegPassed.SetSize(segArgsRegPassed.GetSize() + size); in LayoutFormalParams()
96 segArgsStkPassed.SetSize(static_cast<uint32>(RoundUp(segArgsStkPassed.GetSize(), align))); in LayoutFormalParams()
98 segArgsStkPassed.SetSize(segArgsStkPassed.GetSize() + size); in LayoutFormalParams()
99 segArgsStkPassed.SetSize(static_cast<uint32>(RoundUp(segArgsStkPassed.GetSize(), GetPointerSize()))); in LayoutFormalParams()
121 segLocals.SetSize(static_cast<uint32>(RoundUp(segLocals.GetSize(), align))); in LayoutLocalVariables()
123 segLocals.SetSize(segLocals.GetSize() + GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx)->GetSize()); in LayoutLocalVariables()
138 segLocals.SetSize(RoundUp(segLocals.GetSize(), GetPrimTypeSize(pType))); in AssignSpillLocationsToPseudoRegisters()
141 segLocals.SetSize(segLocals.GetSize() + mirTy->GetSize()); in AssignSpillLocationsToPseudoRegisters()
148 segArgsToStkPass.SetSize(FindLargestActualAre in LayoutReturnRef()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_memlayout.cpp92 segArgsRegPassed.SetSize(static_cast<uint32>(RoundUp(segArgsRegPassed.GetSize(), align))); in LayoutFormalParams()
94 segArgsRegPassed.SetSize(segArgsRegPassed.GetSize() + size); in LayoutFormalParams()
101 segArgsStkPassed.SetSize(static_cast<uint32>(RoundUp(segArgsStkPassed.GetSize(), align))); in LayoutFormalParams()
103 segArgsStkPassed.SetSize(segArgsStkPassed.GetSize() + size); in LayoutFormalParams()
105 segArgsStkPassed.SetSize(static_cast<uint32>(RoundUp(segArgsStkPassed.GetSize(), GetPointerSize()))); in LayoutFormalParams()
157 segLocals.SetSize(static_cast<uint32>(RoundUp(segLocals.GetSize(), align))); in LayoutLocalVariables()
159 segLocals.SetSize(segLocals.GetSize() + in LayoutLocalVariables()
167 segArgsToStkPass.SetSize(FindLargestActualArea(structCopySize)); in LayoutReturnRef()
169 segRefLocals.SetSize(static_cast<uint32>(RoundUp(segRefLocals.GetSize(), GetPointerSize()))); in LayoutReturnRef()
170 segLocals.SetSize(static_cas in LayoutReturnRef()
[all...]
H A Daarch64_insn.cpp134 baseReg->SetSize(k64BitSize); in Visit()
137 baseReg->SetSize(baseSize); in Visit()
189 baseReg->SetSize(k64BitSize); in Visit()
H A Daarch64_args.cpp149 dstRegOpnd.SetSize(srcBitSize); in MoveArgsToVReg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_memlayout.h128 segGrSaveArea.SetSize(sz); in SetSizeOfGRSaveArea()
138 segVrSaveArea.SetSize(sz); in SetSizeOfVRSaveArea()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_hashset.cpp59 hashSet->SetSize(++nodeNum); in Add()
74 SetSize(0); in Clear()
99 hashSet->SetSize(--nodeNum); in Remove()
H A Djs_api_hashmap.cpp123 hashMap->SetSize(++nodeNum); in Set()
201 SetSize(0); in Clear()
221 hashMap->SetSize(--nodeNum); in Remove()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dmemlayout.h96 void SetSize(uint32 memSize) in SetSize() function in maplebe::MemSegment
218 segSpillReg.SetSize(static_cast<uint32>(RoundUp(segSpillReg.GetSize(), memByteSize)));
220 segSpillReg.SetSize(segSpillReg.GetSize() + memByteSize);
H A Dcall_conv.h160 void SetSize(uint32 sz) in SetSize() function in maplebe::LmbcFormalParamInfo
H A Dcgfunc.h1125 newMem.SetSize(newSize); in GetMemOperandAddOffset()
H A Doperand.h82 void SetSize(uint32 sz) in SetSize() function in maplebe::Operand
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_memlayout.h183 segGrSaveArea.SetSize(sz); in SetSizeOfGRSaveArea()
193 segVrSaveArea.SetSize(sz); in SetSizeOfVRSaveArea()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Djit_fort_memdesc.h71 inline void SetSize(size_t size) in SetSize() function in panda::ecmascript::MemDesc
H A Dfree_object_set.cpp41 freeObject->SetSize(size); in Free()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_container_common.h114 map->SetSize(0); in CreateHashMap()
126 set->SetSize(0); in CreateHashSet()
H A Ddump_test.cpp276 jsHashMap->SetSize(0); in NewJSAPIHashMap()
287 jsHashSet->SetSize(0); in NewJSAPIHashSet()
/arkcompiler/runtime_core/libpandabase/mem/
H A Dmmap_mem_pool-inl.h49 mmap_pool->SetSize(size); in PopFreePool()
72 prev_pool->SetSize(prev_pool->GetSize() + mmap_pool->GetSize()); in PushFreePool()
82 mmap_pool->SetSize(next_pool->GetSize() + mmap_pool->GetSize()); in PushFreePool()
H A Dmmap_mem_pool.h50 void SetSize(size_t size) in SetSize() function in panda::mem::MmapPool
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dmmap_mem_pool-inl.h59 mmapPool->SetSize(size); in PopFreePool()
94 prevPool->SetSize(prevPool->GetSize() + mmapPool->GetSize()); in PushFreePool()
106 mmapPool->SetSize(nextPool->GetSize() + mmapPool->GetSize()); in PushFreePool()
H A Dmmap_mem_pool.h66 void SetSize(size_t size) in SetSize() function in ark::mem::MmapPool
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_hashset.cpp47 hashSet->SetSize(0); in HashSetConstructor()
H A Dcontainers_hashmap.cpp47 hashMap->SetSize(0); in HashMapConstructor()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.h254 void SetSize(uint32_t size) in SetSize() function in panda::ecmascript::EdgeType::TimeStamp
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Delf_builder.h68 void SetSize(Dwarf_Unsigned size) in SetSize() function in ark::compiler::DwarfSectionData
162 void SetSize(size_t size) in SetSize() function in ark::compiler::ElfBuilder::Section
1331 sectData.SetSize(methodHeader.codeSize); in FillDebugInfo()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp346 jsAPIHashMap->SetSize(0); in NewJSAPIHashMap()
358 jsAPIHashSet->SetSize(0); in NewJSAPIHashSet()

Completed in 27 milliseconds

12