Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc366 static void VMDeathCB(jvmtiEnv* jvmti, JNIEnv* env) { in VMDeathCB() function
477 callbacks.VMDeath = &VMDeathCB; in AgentStart()
479 VMDeathCB(env, jni); in AgentStart()