/arkcompiler/ets_frontend/ets2panda/util/ |
D | generateBin.cpp | 68 size_t totalSize = 0; in GenerateProgram() local
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_returns.h | 335 explicit GetHeapUsageReturns(double usedSize, double totalSize) in GetHeapUsageReturns() 352 void SetTotalSize(const double &totalSize) in SetTotalSize()
|
D | pt_returns.cpp | 297 double totalSize; in Create() local
|
/arkcompiler/ets_frontend/es2panda/aot/ |
D | main.cpp | 65 size_t totalSize = 0; in DumpPandaFileSizeStatistic() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | heap.h | 546 … 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/ |
D | pandasm.cpp | 191 size_t totalSize = 0; in EmitProgramInBinary() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/ |
D | module_data_accessor.cpp | 73 auto totalSize = regularImportNum + namespaceImportNum; in EnumerateImportEntry() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | emit.h | 136 uint64 totalSize = 0; variable
|
/arkcompiler/toolchain/tooling/agent/ |
D | runtime_impl.cpp | 94 double totalSize = 0; in GetHeapUsage() local 132 DispatchResponse RuntimeImpl::GetHeapUsage(double *usedSize, double *totalSize) in GetHeapUsage()
|
/arkcompiler/toolchain/tooling/test/ |
D | debugger_returns_test.cpp | 308 double totalSize = 1; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.h | 341 TraceNode &SetTotalSize(uint32_t totalSize) in SetTotalSize()
|
D | heap_snapshot.cpp | 854 int totalSize = static_cast<int>(topNode->GetTotalSize()); in AddTraceNode() local
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
D | file_item_container.cpp | 778 size_t totalSize; in DumpItemsStat() member
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
D | x64_emitter.cpp | 1682 uint64 totalSize = sEmitInfo->GetTotalSize(); in EmitStructure() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
D | bin_mpl_export.cpp | 1395 int32 totalSize = binImport.ReadInt(); in UpdateCgField() local
|
D | bin_mpl_import.cpp | 1578 uint32 totalSize = static_cast<uint32>(ReadInt()); in Jump2NextField() local
|
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
D | llvm_ir_constructor.cpp | 591 int32_t totalSize = regMask.count() * slotSize; in CreateInterpreterReturnRestoreRegs() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
D | emit.cpp | 1852 uint64 totalSize = sEmitInfo->GetTotalSize(); in EmitStructConstant() local
|