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
refs:DumpFormat
(Results
1 - 16
of
16
) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/
H
A
D
dumpheapsnapshot3_fuzzer.cpp
38
size_t maxEnumNum = static_cast<size_t>(
DumpFormat
::OTHER) + 1;
in DumpHeapSnapshot3FuzzTest()
39
DumpFormat
dumpFormat = static_cast<
DumpFormat
>(size % maxEnumNum);
in DumpHeapSnapshot3FuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot2_fuzzer/
H
A
D
dumpheapsnapshot2_fuzzer.cpp
33
DumpFormat
dumpFormat =
DumpFormat
::JSON;
in DumpHeapSnapshot2FuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot1_fuzzer/
H
A
D
dumpheapsnapshot1_fuzzer.cpp
36
DumpFormat
dumpFormat =
DumpFormat
::JSON;
in DumpHeapSnapshot1FuzzTest()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H
A
D
heap_tracker_second_test.cpp
143
dumpOption.dumpFormat =
DumpFormat
::JSON;
in HWTEST_F_L0()
179
dumpOption.dumpFormat =
DumpFormat
::BINARY;
in HWTEST_F_L0()
215
dumpOption.dumpFormat =
DumpFormat
::OTHER;
in HWTEST_F_L0()
251
dumpOption.dumpFormat = static_cast<
DumpFormat
>(5); // 5 is exception.
in HWTEST_F_L0()
H
A
D
hprof_test.cpp
134
dumpOption.dumpFormat =
DumpFormat
::JSON;
in GenerateSnapShot()
399
size_t maxEnumNum = static_cast<size_t>(
DumpFormat
::OTHER) + 1;
in HWTEST_F_L0()
400
DumpFormat
dumpFormat = static_cast<
DumpFormat
>(size % maxEnumNum);
in HWTEST_F_L0()
H
A
D
heap_tracker_third_test.cpp
152
dumpOption.dumpFormat =
DumpFormat
::JSON;
in HWTEST_F_L0()
H
A
D
heap_tracker_first_test.cpp
254
DumpSnapShotOption dumpOption = {
DumpFormat
::JSON, true, true };
in HWTEST_F_L0()
H
A
D
heap_dump_test.cpp
98
dumpOption.dumpFormat =
DumpFormat
::JSON;
in GenerateSnapShot()
107
dumpOption.dumpFormat =
DumpFormat
::BINARY;
in GenerateRawHeapSnashot()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_profiler_interface.h
29
enum class
DumpFormat
{ JSON, BINARY, OTHER };
class
31
DumpFormat
dumpFormat; // dumpformat like JSON BINARY and OTHER
H
A
D
heap_profiler.h
184
std::string GenDumpFileName(
DumpFormat
dumpFormat);
H
A
D
heap_profiler.cpp
160
if (dumpOption.isDumpOOM && dumpOption.dumpFormat ==
DumpFormat
::BINARY) {
in DumpHeapSnapshot()
809
std::string HeapProfiler::GenDumpFileName(
DumpFormat
dumpFormat)
in GenDumpFileName()
813
case
DumpFormat
::JSON:
in GenDumpFileName()
816
case
DumpFormat
::BINARY:
in GenDumpFileName()
819
case
DumpFormat
::OTHER:
in GenDumpFileName()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
dfx_jsnapi.h
56
using
DumpFormat
= ecmascript::
DumpFormat
;
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
dfx_jsnapi_tests.cpp
91
dumpOption.dumpFormat = ecmascript::
DumpFormat
::JSON;
in HWTEST_F_L0()
124
dumpOption.dumpFormat = ecmascript::
DumpFormat
::JSON;
in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H
A
D
heapprofiler_impl.cpp
449
dumpOption.dumpFormat =
DumpFormat
::JSON;
in TakeHeapSnapshot()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
heap.cpp
679
dumpOption.dumpFormat =
DumpFormat
::BINARY;
in DumpHeapSnapshotBeforeOOM()
1534
dumpOption.dumpFormat =
DumpFormat
::BINARY;
in DumpHeapSnapshotBeforeOOM()
2700
dumpOption.dumpFormat =
DumpFormat
::BINARY;
in ThresholdReachedDump()
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
dfx_jsnapi.cpp
124
if (dumpOption.isDumpOOM && dumpOption.dumpFormat ==
DumpFormat
::BINARY) {
in DumpHeapSnapshot()
Completed in 15 milliseconds