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

/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c197 /* Injection bytecodes (holds injected bytecodes for each code position) */
202 } Injection; typedef in typeref:struct:__anon539
222 Injection * injections;
949 Injection injection;
994 mi->injections = (Injection *)allocate_clean(ci,
995 (int)((code_len+1)*sizeof(Injection)));
2101 /* Start Injection */

Completed in 690 milliseconds