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

/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c46 * injections can happen at the same time.
112 #define LARGEST_INJECTION (12*3) /* 3 injections at same site */
176 /* Count of injections made into this class */
221 /* Bytecode injections for each input bytecode offset */
222 Injection * injections; member in struct:MethodImage
541 * to handle this particular CrwTrackerInterface injections.
956 injection = mi->injections[at];
970 mi->injections[at] = injection;
994 mi->injections = (Injection *)allocate_clean(ci,
1016 if ( mi->injections !
[all...]

Completed in 83 milliseconds