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:heapProfile
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H
A
D
heap_sampling_test.cpp
57
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in HWTEST_F_L0()
local
68
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in HWTEST_F_L0()
local
80
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in HWTEST_F_L0()
local
[all...]
H
A
D
heap_tracker_second_test.cpp
118
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in HWTEST_F_L0()
local
154
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in HWTEST_F_L0()
local
190
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in HWTEST_F_L0()
local
226
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in HWTEST_F_L0()
local
H
A
D
heap_tracker_first_test.cpp
118
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in HWTEST_F_L0()
local
171
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in HWTEST_F_L0()
local
227
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in HWTEST_F_L0()
local
H
A
D
heap_tracker_third_test.cpp
118
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in HWTEST_F_L0()
local
H
A
D
hprof_test.cpp
132
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in GenerateSnapShot()
local
418
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in HWTEST_F_L0()
local
H
A
D
heap_dump_test.cpp
96
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in GenerateSnapShot()
local
105
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in GenerateRawHeapSnashot()
local
121
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(instance);
in DecodeRawHeapSnashot()
local
711
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(ecmaVm_);
in HWTEST_F_L0()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
dfx_jsnapi.cpp
74
ecmascript::HeapProfilerInterface *
heapProfile
= ecmascript::HeapProfilerInterface::GetInstance(
in DumpHeapSnapshot()
local
134
ecmascript::HeapProfilerInterface *
heapProfile
= ecmascript::HeapProfilerInterface::GetInstance(
in DumpHeapSnapshot()
local
220
auto *
heapProfile
= ecmascript::HeapProfilerInterface::GetInstance(const_cast<EcmaVM *>(vm));
in GenerateHeapSnapshotByBinFile()
local
357
ecmascript::HeapProfilerInterface *
heapProfile
= ecmascript::HeapProfilerInterface::GetInstance(
in StartHeapTracking()
local
371
ecmascript::HeapProfilerInterface *
heapProfile
= ecmascript::HeapProfilerInterface::GetInstance(
in UpdateHeapTracking()
local
399
ecmascript::HeapProfilerInterface *
heapProfile
= ecmascript::HeapProfilerInterface::GetInstance(
StopHeapTracking()
local
871
ecmascript::HeapProfilerInterface *
heapProfile
= ecmascript::HeapProfilerInterface::GetInstance(
StartSampling()
local
883
ecmascript::HeapProfilerInterface *
heapProfile
= ecmascript::HeapProfilerInterface::GetInstance(
GetAllocationProfile()
local
895
ecmascript::HeapProfilerInterface *
heapProfile
= ecmascript::HeapProfilerInterface::GetInstance(
StopSampling()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_vm.h
491
void SetHeapProfile(HeapProfilerInterface *
heapProfile
) { heapProfile_ =
heapProfile
; }
in SetHeapProfile()
argument
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
heap.cpp
674
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(vm);
in DumpHeapSnapshotBeforeOOM()
local
1524
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(ecmaVm_);
in DumpHeapSnapshotBeforeOOM()
local
2691
HeapProfilerInterface *
heapProfile
= HeapProfilerInterface::GetInstance(ecmaVm_);
in ThresholdReachedDump()
local
Completed in 11 milliseconds