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:AddValue
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
histogram-inl.h
31
AddValue
(*it);
in SimpleHistogram()
46
void SimpleHistogram<Value>::
AddValue
(const Value &element, size_t number)
in AddValue()
function in ark::SimpleHistogram
66
AddValue
(*it);
in Histogram()
89
void Histogram<Value>::
AddValue
(const Value &element, size_t number)
in AddValue()
function in ark::Histogram
92
SimpleHistogram<Value>::
AddValue
(element, number);
in AddValue()
H
A
D
histogram.h
58
void
AddValue
(const Value &element, size_t number = 1);
141
void
AddValue
(const Value &element, size_t number = 1);
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_stats.h
133
objectsStats_[index].
AddValue
(value);
in AddObjectsValue()
139
memoryStats_[index].
AddValue
(value);
in AddMemoryValue()
145
timeStats_[index].
AddValue
(value);
in AddTimeValue()
150
reclaimBytes_.
AddValue
(value);
in AddReclaimRatioValue()
155
copiedBytes_.
AddValue
(value);
in AddCopiedRatioValue()
H
A
D
gc_stats.cpp
66
durationInfo.
AddValue
(countGcPeriod_);
in GetFinalStatistics()
69
durationInfo.
AddValue
(0, totalTime - durationInfo.GetCountDifferent());
in GetFinalStatistics()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H
A
D
coroutine_stats.cpp
51
metric.
AddValue
(delay);
in FinishInterval()
62
metric.
AddValue
(value);
in RecordTimeStatsValue()
68
metric.
AddValue
(value);
in RecordMemStatsValue()
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
histogram_test.cpp
106
hist.
AddValue
(element);
in TEST_F()
122
hist.
AddValue
(IntWrapper(element));
in TEST_F()
/arkcompiler/runtime_core/assembler/
H
A
D
meta.cpp
215
std::optional<Metadata::Error> AnnotationMetadata::AnnotationElementBuilder::
AddValue
(
in AddValue()
function in panda::pandasm::AnnotationMetadata::AnnotationElementBuilder
378
return annotation_element_builder_.
AddValue
(value, id_map_);
in MeetExpElementValueAttribute()
H
A
D
meta.h
317
std::optional<Error>
AddValue
(
/arkcompiler/runtime_core/static_core/assembler/
H
A
D
meta.cpp
217
std::optional<Metadata::Error> AnnotationMetadata::AnnotationElementBuilder::
AddValue
(
in AddValue()
function in ark::pandasm::AnnotationMetadata::AnnotationElementBuilder
379
return annotationElementBuilder_.
AddValue
(value, idMap_);
in MeetExpElementValueAttribute()
H
A
D
meta.h
277
std::optional<Error>
AddValue
(
Completed in 7 milliseconds