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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_frame.h45 FrameIndex frame_find_or_create(jmethodID method, jlocation location);
H A Dhprof_frame.c119 frame_find_or_create(jmethodID method, jlocation location) function
H A Dhprof_tls.c416 frame_index = frame_find_or_create(method, -1);
948 frame_index = frame_find_or_create(method, -1);
989 frame_index = frame_find_or_create(method, -1);
H A Dhprof_trace.c521 frames_buffer[i] = frame_find_or_create(method, location);

Completed in 46 milliseconds