Home
last modified time | relevance | path

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

/art/test/901-hello-ti-agent/
Dbasics.cc41 static jvmtiPhase getPhase(jvmtiEnv* jenv) { in getPhase() function
48 printf("VMStart (phase %d)\n", getPhase(jenv)); in VMStartCallback()
55 printf("VMInit (phase %d)\n", getPhase(jvmti_env)); in VMInitCallback()
60 printf("VMDeath (phase %d)\n", getPhase(jenv)); in VMDeathCallback()