Home
last modified time | relevance | path

Searched defs:PtValue (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Dpt_value.h47 class PtValue { class
49 explicit PtValue(int64_t value = 0) : value_(value) {} in PtValue() function in ark::tooling::PtValue
51 PtValue(int64_t value, PtValueMeta /* unused */) : value_(value) {} in PtValue() function in ark::tooling::PtValue

Completed in 2 milliseconds