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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h360 jmethodID object_init_method; member in struct:__anon533
H A Dhprof_tracker.c306 gdata->object_init_method = getMethodID(env, object_class,
H A Dhprof_trace.c499 && jframes_buffer[topframe].method==gdata->object_init_method ) )
/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 91 milliseconds