Searched defs:PtValue (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/include/tooling/ | ||
H A D | pt_value.h | 47 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