Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:totalSize
(Results
1 - 22
of
22
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/util/
H
A
D
generateBin.cpp
80
size_t
totalSize
= 0;
in GenerateProgramImpl()
local
/arkcompiler/toolchain/tooling/test/testcases/
H
A
D
js_heapusage_step_test.h
118
int
totalSize
= 0;
in RecvHeapusageInfo()
local
H
A
D
js_heapusage_recursion_test.h
94
int
totalSize
= 0;
in RecvHeapusageInfo()
local
H
A
D
js_heapusage_loop_test.h
94
int
totalSize
= 0;
in RecvHeapusageInfo()
local
H
A
D
js_heapusage_async_test.h
89
int
totalSize
= 0;
in RecvHeapusageInfo()
local
/arkcompiler/toolchain/tooling/base/
H
A
D
pt_returns.cpp
316
double
totalSize
;
in Create()
local
H
A
D
pt_returns.h
352
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
D
module_data_accessor.cpp
77
auto
totalSize
= regularImportNum + namespaceImportNum;
in EnumerateImportEntry()
local
/arkcompiler/runtime_core/static_core/assembler/
H
A
D
pandasm.cpp
189
size_t
totalSize
= 0;
in EmitProgramInBinary()
local
/arkcompiler/ets_frontend/es2panda/aot/
H
A
D
main.cpp
72
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
D
emit.h
133
uint64
totalSize
= 0;
member in maplebe::StructEmitInfo
/arkcompiler/toolchain/tooling/test/
H
A
D
debugger_returns_test.cpp
309
double
totalSize
= 1;
in HWTEST_F_L0()
local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H
A
D
g1_analytics.cpp
98
auto
totalSize
= collectionSet.Young().size() * DEFAULT_REGION_SIZE;
in ReportSurvivedBytesRatio()
local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H
A
D
gdb_jit.cpp
389
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
D
file_item_container.cpp
771
size_t
totalSize
;
in DumpItemsStat()
member
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_profiler.cpp
590
uint64_t
totalSize
= sizeof(uint64_t) * (4 + roots.size()) + sizeof(AddrTableItem) * heapTotalCnt; // 4 : file head
in BinaryDump()
local
H
A
D
heap_snapshot.cpp
877
int
totalSize
= static_cast<int>(topNode->GetTotalSize());
in AddTraceNode()
local
H
A
D
heap_snapshot.h
338
TraceNode &SetTotalSize(uint32_t
totalSize
)
in SetTotalSize()
argument
/arkcompiler/toolchain/tooling/agent/
H
A
D
runtime_impl.cpp
125
double
totalSize
= 0;
in GetHeapUsage()
local
163
DispatchResponse RuntimeImpl::GetHeapUsage(double *usedSize, double *
totalSize
)
in GetHeapUsage()
argument
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
heap.h
571
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
D
typed_native_inline_lowering.cpp
1370
GateRef
totalSize
= builder_.Int32Add(requestIndex, elementSize);
in LowerDataViewProtoFunc()
local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H
A
D
llvm_ir_constructor.cpp
1458
int32_t
totalSize
= regMask.count() * slotSize;
in CreateInterpreterReturnRestoreRegs()
local
Completed in 42 milliseconds