Home
last modified time | relevance | path

Searched defs:GetStat (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/extras/simpleperf/
H A DRecordReadThread.h154 const RecordStat& GetStat() const { return stat_; } in GetStat() function
H A DCallChainJoiner.h167 const Stat& GetStat() { return stat_; } in GetStat() function
/aosp12/art/compiler/optimizing/
H A Doptimizing_compiler_stats.h137 uint32_t GetStat(MethodCompilationStat stat) const { in GetStat() function
/aosp12/art/runtime/
H A Druntime.cc2283 uint64_t Runtime::GetStat(int kind) { in GetStat() function in art::Runtime