Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.h92 abcAndMethodId_ = (((uint64_t)abcId) << 32) + methodId; // 32: 32bit in Key()
95 Key(uint64_t key) : abcAndMethodId_(key) {}; in Key()
99 return (uint32_t) (abcAndMethodId_ >> 32); // 32: 32bit in GetAbcId()
104 return (uint32_t) abcAndMethodId_; in GetMethodId()
109 return abcAndMethodId_; in Value()
112 uint64_t abcAndMethodId_; member

Completed in 1 milliseconds