Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
DgenerateBin.cpp68 size_t totalSize = 0; in GenerateProgram() local
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h335 explicit GetHeapUsageReturns(double usedSize, double totalSize) in GetHeapUsageReturns()
352 void SetTotalSize(const double &totalSize) in SetTotalSize()
Dpt_returns.cpp297 double totalSize; in Create() local
/arkcompiler/ets_frontend/es2panda/aot/
Dmain.cpp65 size_t totalSize = 0; in DumpPandaFileSizeStatistic() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h546 … size_t totalSize = oldSpace_->GetCommittedSize() + hugeObjectSpace_->GetCommittedSize() + size; in OldSpaceExceedCapacity() local
553 size_t totalSize = oldSpace_->GetHeapObjectSize() + hugeObjectSpace_->GetHeapObjectSize(); in OldSpaceExceedLimit() local
/arkcompiler/runtime_core/static_core/assembler/
Dpandasm.cpp191 size_t totalSize = 0; in EmitProgramInBinary() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
Dmodule_data_accessor.cpp73 auto totalSize = regularImportNum + namespaceImportNum; in EnumerateImportEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Demit.h136 uint64 totalSize = 0; variable
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp94 double totalSize = 0; in GetHeapUsage() local
132 DispatchResponse RuntimeImpl::GetHeapUsage(double *usedSize, double *totalSize) in GetHeapUsage()
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp308 double totalSize = 1; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h341 TraceNode &SetTotalSize(uint32_t totalSize) in SetTotalSize()
Dheap_snapshot.cpp854 int totalSize = static_cast<int>(topNode->GetTotalSize()); in AddTraceNode() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.cpp778 size_t totalSize; in DumpItemsStat() member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1682 uint64 totalSize = sEmitInfo->GetTotalSize(); in EmitStructure() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_export.cpp1395 int32 totalSize = binImport.ReadInt(); in UpdateCgField() local
Dbin_mpl_import.cpp1578 uint32 totalSize = static_cast<uint32>(ReadInt()); in Jump2NextField() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp591 int32_t totalSize = regMask.count() * slotSize; in CreateInterpreterReturnRestoreRegs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1852 uint64 totalSize = sEmitInfo->GetTotalSize(); in EmitStructConstant() local