Home
last modified time | relevance | path

Searched refs:ValueType (Results 1 – 9 of 9) sorted by relevance

/ark/runtime_core/runtime/include/
Dhistogram.h33 … explicit SimpleHistogram(helpers::ValueType type_of_value = helpers::ValueType::VALUE_TYPE_OBJECT)
45 helpers::ValueType type_of_value = helpers::ValueType::VALUE_TYPE_OBJECT);
107 helpers::ValueType type_of_value_;
117 explicit Histogram(helpers::ValueType type_of_value = helpers::ValueType::VALUE_TYPE_OBJECT)
132 helpers::ValueType type_of_value = helpers::ValueType::VALUE_TYPE_OBJECT);
Dhistogram-inl.h27 …>::SimpleHistogram(ForwardIterator start, ForwardIterator finish, helpers::ValueType type_of_value) in SimpleHistogram()
62 Histogram<Value>::Histogram(ForwardIterator start, ForwardIterator finish, helpers::ValueType type_… in Histogram()
/ark/runtime_core/libpandabase/utils/
Dtype_converter.cpp124 ValueUnit ValueConverter(uint64_t value, ValueType type) in ValueConverter()
127 case ValueType::VALUE_TYPE_TIME: in ValueConverter()
129 case ValueType::VALUE_TYPE_MEMORY: in ValueConverter()
Dtype_converter.h77 enum class ValueType { enum
106 ValueUnit ValueConverter(uint64_t value, ValueType type);
Dbit_memory_region.h30 using ValueType = std::conditional_t<std::is_const_v<Base>, const uint8_t, uint8_t>;
35 : data_(reinterpret_cast<ValueType *>(reinterpret_cast<uintptr_t>( in BitMemoryRegion()
37 start_(start + BITS_PER_BYTE * (reinterpret_cast<ValueType *>(data) - data_)), in BitMemoryRegion()
44 : BitMemoryRegion(reinterpret_cast<ValueType *>(data.data()), 0, in BitMemoryRegion()
279 ValueType *data_ {nullptr};
Dlist.h132 using ValueType = T;
223 void PushFront(ValueType &value) in PushFront()
228 void PushFront(ValueType &&value) in PushFront()
239 Iterator InsertAfter(ConstIterator position, ValueType &value) in InsertAfter()
274 bool Remove(const ValueType &value) in Remove()
276 return RemoveIf([&value](const ValueType &v) { return value == v; }); in Remove()
Dbit_field.h36 using ValueType = T;
Dspan.h34 using ValueType = value_type; variable
/ark/runtime_core/runtime/mem/gc/
Dgc_stats.h87 SimpleHistogram<uint64_t>(helpers::ValueType::VALUE_TYPE_OBJECT)); in GCInstanceStats()
89 SimpleHistogram<uint64_t>(helpers::ValueType::VALUE_TYPE_MEMORY)); in GCInstanceStats()
90 …egin(time_stats_), end(time_stats_), SimpleHistogram<uint64_t>(helpers::ValueType::VALUE_TYPE_TIME… in GCInstanceStats()