Home
last modified time | relevance | path

Searched defs:totalSize (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/toolchain/tooling/test/testcases/
Djs_heapusage_step_test.h118 int totalSize = 0; in RecvHeapusageInfo() local
Djs_heapusage_loop_test.h94 int totalSize = 0; in RecvHeapusageInfo() local
Djs_heapusage_async_test.h89 int totalSize = 0; in RecvHeapusageInfo() local
Djs_heapusage_recursion_test.h94 int totalSize = 0; in RecvHeapusageInfo() local
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h352 explicit GetHeapUsageReturns(double usedSize, double totalSize) in GetHeapUsageReturns()
369 void SetTotalSize(const double &totalSize) in SetTotalSize()
Dpt_returns.cpp316 double totalSize; in Create() local
/arkcompiler/ets_frontend/ets2panda/util/
DgenerateBin.cpp80 size_t totalSize = 0; in GenerateProgramImpl() local
/arkcompiler/ets_frontend/es2panda/aot/
Dmain.cpp70 size_t totalSize = 0; in DumpPandaFileSizeStatistic() local
91 size_t totalSize = 0; in DumpPandaFileSizePctStatistic() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_snapshot_test.cpp128 size_t totalSize = 0; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/assembler/
Dpandasm.cpp188 size_t totalSize = 0; in EmitProgramInBinary() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h566 size_t totalSize = sOldSpace_->GetCommittedSize() + size; in OldSpaceExceedCapacity() local
1393 … size_t totalSize = oldSpace_->GetCommittedSize() + hugeObjectSpace_->GetCommittedSize() + size; in OldSpaceExceedCapacity() local
1400 size_t totalSize = oldSpace_->GetHeapObjectSize() + hugeObjectSpace_->GetHeapObjectSize(); in OldSpaceExceedLimit() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Demit.h137 uint64 totalSize = 0; variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
Dmodule_data_accessor.cpp77 auto totalSize = regularImportNum + namespaceImportNum; in EnumerateImportEntry() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp98 auto totalSize = collectionSet.Young().size() * DEFAULT_REGION_SIZE; in ReportSurvivedBytesRatio() local
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp125 double totalSize = 0; in GetHeapUsage() local
163 DispatchResponse RuntimeImpl::GetHeapUsage(double *usedSize, double *totalSize) in GetHeapUsage()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dgdb_jit.cpp389 …uint32_t totalSize = sizeof(Elf64_Ehdr) + sizeof(Elf64_Phdr) + sizeof(SHSTR) + info.strtabHdr->sh_… in CreateDebuggerElf() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h338 TraceNode &SetTotalSize(uint32_t totalSize) in SetTotalSize()
Dheap_snapshot.cpp878 int totalSize = static_cast<int>(topNode->GetTotalSize()); in AddTraceNode() local
Dheap_profiler.cpp678 uint32_t totalSize = 0; in CopyObjectMem2Buf() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp309 double totalSize = 1; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp757 uint32 totalSize = static_cast<uint32>(ReadInt()); in Jump2NextField() local
Dbin_mpl_export.cpp1285 int32 totalSize = binImport.ReadInt(); in UpdateCgField() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.cpp770 size_t totalSize; in DumpItemsStat() member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1691 uint64 totalSize = sEmitInfo->GetTotalSize(); in EmitStructure() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1939 uint64 totalSize = sEmitInfo->GetTotalSize(); in EmitStructConstant() local

12