Home
last modified time | relevance | path

Searched refs:method_counts_ (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/tools/jvmti-agents/simple-profile/
H A Dsimple_profile.cc64 method_counts_.reserve(10000); in SimpleProfileData()
88 std::unordered_map<jmethodID, uint64_t> method_counts_; member in simple_profile::SimpleProfileData
129 method_counts_.insert({ meth, 0u }).first->second++; in Enter()
151 copy = method_counts_; in RunDumpLoop()
165 copy = method_counts_; in Shutdown()