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

/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp71 methodOop* method_p,
172 // if it is not. *method_p, and *bci_p are not set when false is
173 // returned. *method_p is non-NULL if frame was executing a Java
181 methodOop* method_p,
218 *method_p = method;
243 // identified a method and that will be returned to the caller via method_p.
253 methodOop* method_p,
262 *method_p = NULL;
306 if (is_decipherable_interpreted_frame(thread, &candidate, method_p, bci_p)) {
318 *method_p
179 is_decipherable_interpreted_frame(JavaThread* thread, frame* fr, methodOop* method_p, int* bci_p) argument
250 find_initial_Java_frame(JavaThread* thread, frame* fr, frame* initial_frame_p, methodOop* method_p, int* bci_p) argument
[all...]

Completed in 36 milliseconds