Home
last modified time | relevance | path

Searched refs:AddValue (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhistogram-inl.h31 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 Dhistogram.h58 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 Dgc_stats.h133 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 Dgc_stats.cpp66 durationInfo.AddValue(countGcPeriod_); in GetFinalStatistics()
69 durationInfo.AddValue(0, totalTime - durationInfo.GetCountDifferent()); in GetFinalStatistics()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine_stats.cpp51 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 Dhistogram_test.cpp106 hist.AddValue(element); in TEST_F()
122 hist.AddValue(IntWrapper(element)); in TEST_F()
/arkcompiler/runtime_core/assembler/
H A Dmeta.cpp215 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 Dmeta.h317 std::optional<Error> AddValue(
/arkcompiler/runtime_core/static_core/assembler/
H A Dmeta.cpp217 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 Dmeta.h277 std::optional<Error> AddValue(

Completed in 7 milliseconds