Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h448 … size_t totalSize = oldSpace_->GetCommittedSize() + hugeObjectSpace_->GetCommittedSize() + size; in OldSpaceExceedCapacity() local
454 size_t totalSize = oldSpace_->GetHeapObjectSize() + hugeObjectSpace_->GetHeapObjectSize(); in OldSpaceExceedLimit() local
Dwork_manager.cpp168 size_t totalSize = sizeof(WorkNode) + sizeof(Stack) + STACK_AREA_SIZE; in AllocateWorkNode() local
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h334 explicit GetHeapUsageReturns(double usedSize, double totalSize) in GetHeapUsageReturns()
/arkcompiler/ets_frontend/es2panda/aot/
Dmain.cpp65 size_t totalSize = 0; in DumpPandaFileSizeStatistic() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
Dmodule_data_accessor.cpp71 auto totalSize = regularImportNum + namespaceImportNum; in EnumerateImportEntry() local
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp118 double totalSize = 0; in GetHeapUsage() local
166 DispatchResponse RuntimeImpl::GetHeapUsage(double *usedSize, double *totalSize) in GetHeapUsage()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h318 TraceNode &SetTotalSize(uint32_t totalSize) in SetTotalSize()
Dheap_snapshot.cpp786 int totalSize = static_cast<int>(topNode->GetTotalSize()); in AddTraceNode() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp308 double totalSize = 1; in HWTEST_F_L0() local