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

/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp72 int* bci_p);
172 // if it is not. *method_p, and *bci_p are not set when false is
174 // method. *bci_p is != -1 if a valid BCI in the Java method could
182 int* bci_p) {
229 *bci_p = bci;
254 int* bci_p) {
306 if (is_decipherable_interpreted_frame(thread, &candidate, method_p, bci_p)) {
325 *bci_p = -1;
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

Completed in 24 milliseconds