Home
last modified time | relevance | path

Searched refs:fast_ (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()
147 return fast_; in GetFast()
162 fast_ = fast_ + 1; in IncFast()
171 uint64_t fast_; member

Completed in 1 milliseconds