Home
last modified time | relevance | path

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

/aosp12/art/tools/jvmti-agents/simple-profile/
H A Dsimple_profile.cc82 void DoDump(jvmtiEnv* jvmti, JNIEnv* jni, std::unordered_map<jmethodID, uint64_t> copy);
153 DoDump(jvmti, env, std::move(copy)); in RunDumpLoop()
169 DoDump(jvmti, jni, std::move(copy)); in Shutdown()
321 void SimpleProfileData::DoDump(jvmtiEnv* jvmti, in DoDump() function in simple_profile::SimpleProfileData