Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.h138 Record(EcmaOpcode opcode) : opcode_(opcode), fast_(0), slow_(0) {} in Record()
142 return fast_ + slow_; in Count()
152 return slow_; in GetSlow()
167 slow_ = slow_ + 1; in IncSlow()
172 uint64_t slow_; member

Completed in 1 milliseconds