Searched defs:object_init_method (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h360 jmethodID object_init_method; member in struct:__anon533
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c238 jboolean object_init_method; member in struct:MethodImage
878 if ( mi->object_init_method ) {
2062 jboolean object_init_method; local
2084 object_init_method = JNI_FALSE;
2089 object_init_method = JNI_TRUE;
2103 mi->object_init_method = object_init_method;

Completed in 38 milliseconds