| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | region_space.cpp | 299 size_t totalSize = RegionManager::GetHeapMemorySize(heapSize); in Init() local 384 HeapAddress AllocationBuffer::ToSpaceAllocate(size_t totalSize) in ToSpaceAllocate() 410 HeapAddress AllocationBuffer::Allocate(size_t totalSize, AllocType allocType) in Allocate() 440 HeapAddress AllocationBuffer::AllocateImpl(size_t totalSize, AllocType allocType) in AllocateImpl() 471 HeapAddress AllocationBuffer::AllocateRawPointerObject(size_t totalSize) in AllocateRawPointerObject()
|
| D | region_manager.h | 58 …size_t totalSize = metadataSize + RoundUp<size_t>(heapSize, RegionDesc::UNIT_SIZE) + RegionDesc::U… in GetHeapMemorySize() local
|
| /arkcompiler/toolchain/tooling/dynamic/test/testcases/ |
| D | js_heapusage_loop_test.h | 94 int totalSize = 0; in RecvHeapusageInfo() local
|
| D | js_heapusage_step_test.h | 118 int totalSize = 0; in RecvHeapusageInfo() local
|
| D | js_heapusage_recursion_test.h | 94 int totalSize = 0; in RecvHeapusageInfo() local
|
| D | js_heapusage_async_test.h | 89 int totalSize = 0; in RecvHeapusageInfo() local
|
| /arkcompiler/ets_runtime/common_components/base/tests/ |
| D | mem_utils_test.cpp | 38 constexpr size_t totalSize = 100; in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/dynamic/base/ |
| D | pt_returns.h | 352 explicit GetHeapUsageReturns(double usedSize, double totalSize) in GetHeapUsageReturns() 369 void SetTotalSize(const double &totalSize) in SetTotalSize()
|
| D | pt_returns.cpp | 316 double totalSize; in Create() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | generateBin.cpp | 81 size_t totalSize = 0; in GenerateProgramImpl() local
|
| D | diagnosticEngine.cpp | 52 size_t totalSize = 0; in GetAllDiagnostic() local
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | main.cpp | 63 size_t totalSize = 0; in DumpPandaFileSizeStatistic() local 84 size_t totalSize = 0; in DumpPandaFileSizePctStatistic() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | gc_shared_partial_test.cpp | 85 size_t totalSize = space->GetEnd() - space->GetTop(); in CreateSharedObjectsInOneRegion() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_snapshot_test.cpp | 128 size_t totalSize = 0; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | region_allocator-inl.h | 118 size_t totalSize = 0; in CalculateDeadObjectsRatio() local 709 size_t totalSize = 0; in CalculateDeadObjectsRatio() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | pandasm.cpp | 189 size_t totalSize = 0; in EmitProgramInBinary() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | emit.h | 134 uint64 totalSize = 0; variable
|
| /arkcompiler/ets_runtime/ecmascript/module/accessor/ |
| D | module_data_accessor.cpp | 75 uint32_t totalSize = regularImportNum + namespaceImportNum; in EnumerateImportEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_snapshot.cpp | 318 uint32_t totalSize = sizeof(appVersionCode); in WriteDataToFile() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap.h | 640 size_t totalSize = sOldSpace_->GetCommittedSize() + size; in OldSpaceExceedCapacity() local 1563 … size_t totalSize = oldSpace_->GetCommittedSize() + hugeObjectSpace_->GetCommittedSize() + size; in OldSpaceExceedCapacity() local 1570 size_t totalSize = oldSpace_->GetHeapObjectSize() + hugeObjectSpace_->GetHeapObjectSize(); in OldSpaceExceedLimit() local
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | runtime_impl.cpp | 148 double totalSize = 0; in GetHeapUsage() local 186 DispatchResponse RuntimeImpl::GetHeapUsage(double *usedSize, double *totalSize) in GetHeapUsage()
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | debugger_returns_test.cpp | 309 double totalSize = 1; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | gdb_jit.cpp | 389 …uint32_t totalSize = sizeof(Elf64_Ehdr) + sizeof(Elf64_Phdr) + sizeof(SHSTR) + info.strtabHdr->sh_… in CreateDebuggerElf() local
|
| /arkcompiler/runtime_core/static_core/runtime/jit/libprofile/ |
| D | pgo_file_builder.cpp | 104 uint32_t totalSize = 0; in WriteAllMethodsSections() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1_analytics.cpp | 99 auto totalSize = collectionSet.Young().size() * DEFAULT_REGION_SIZE; in ReportSurvivedBytesRatio() local
|