Searched refs:mPremainCaller (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/instrument/
H A DJPLISAgent.h101 jmethodID mPremainCaller; /* method on the InstrumentationImpl that does the premain stuff (cached to save lots of lookups) */ member in struct:_JPLISAgent
H A DJPLISAgent.c266 agent->mPremainCaller = NULL;
419 agent->mPremainCaller);
557 agent->mPremainCaller = premainCallerMethodID;

Completed in 287 milliseconds