Home
last modified time | relevance | path

Searched defs:totalSize (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A DgenerateBin.cpp80 size_t totalSize = 0; in GenerateProgramImpl() local
/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_heapusage_step_test.h118 int totalSize = 0; in RecvHeapusageInfo() local
H A Djs_heapusage_recursion_test.h94 int totalSize = 0; in RecvHeapusageInfo() local
H A Djs_heapusage_loop_test.h94 int totalSize = 0; in RecvHeapusageInfo() local
H A Djs_heapusage_async_test.h89 int totalSize = 0; in RecvHeapusageInfo() local
/arkcompiler/toolchain/tooling/base/
H A Dpt_returns.cpp316 double totalSize; in Create() local
H A Dpt_returns.h352 explicit GetHeapUsageReturns(double usedSize, double totalSize) in GetHeapUsageReturns() argument
369 void SetTotalSize(const double &totalSize) in SetTotalSize() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
H A Dmodule_data_accessor.cpp77 auto totalSize = regularImportNum + namespaceImportNum; in EnumerateImportEntry() local
/arkcompiler/runtime_core/static_core/assembler/
H A Dpandasm.cpp189 size_t totalSize = 0; in EmitProgramInBinary() local
/arkcompiler/ets_frontend/es2panda/aot/
H A Dmain.cpp72 size_t totalSize = 0; in DumpPandaFileSizeStatistic() local
93 size_t totalSize = 0; in DumpPandaFileSizePctStatistic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h133 uint64 totalSize = 0; member in maplebe::StructEmitInfo
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_returns_test.cpp309 double totalSize = 1; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1_analytics.cpp98 auto totalSize = collectionSet.Young().size() * DEFAULT_REGION_SIZE; in ReportSurvivedBytesRatio() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dgdb_jit.cpp389 uint32_t totalSize = sizeof(Elf64_Ehdr) + sizeof(Elf64_Phdr) + sizeof(SHSTR) + info.strtabHdr->sh_size; in CreateDebuggerElf() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_item_container.cpp771 size_t totalSize; in DumpItemsStat() member
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp590 uint64_t totalSize = sizeof(uint64_t) * (4 + roots.size()) + sizeof(AddrTableItem) * heapTotalCnt; // 4 : file head in BinaryDump() local
H A Dheap_snapshot.cpp877 int totalSize = static_cast<int>(topNode->GetTotalSize()); in AddTraceNode() local
H A Dheap_snapshot.h338 TraceNode &SetTotalSize(uint32_t totalSize) in SetTotalSize() argument
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp125 double totalSize = 0; in GetHeapUsage() local
163 DispatchResponse RuntimeImpl::GetHeapUsage(double *usedSize, double *totalSize) in GetHeapUsage() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.h571 size_t totalSize = sOldSpace_->GetCommittedSize() + size; variable
1400 size_t totalSize = oldSpace_->GetCommittedSize() + hugeObjectSpace_->GetCommittedSize() + size; variable
1407 size_t totalSize = oldSpace_->GetHeapObjectSize() + hugeObjectSpace_->GetHeapObjectSize(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_native_inline_lowering.cpp1370 GateRef totalSize = builder_.Int32Add(requestIndex, elementSize); in LowerDataViewProtoFunc() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1458 int32_t totalSize = regMask.count() * slotSize; in CreateInterpreterReturnRestoreRegs() local

Completed in 36 milliseconds