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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.inline.hpp70 inline bool frame::is_bci(intptr_t bcx) { function in class:frame
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c1087 int is_bci(intptr_t bcx) { function
1114 bci = is_bci(bcx) ? bcx : bcx - (constMethod + (uint64_t) SIZE_constMethodOopDesc);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c1087 int is_bci(intptr_t bcx) { function
1114 bci = is_bci(bcx) ? bcx : bcx - (constMethod + (uint64_t) SIZE_constMethodOopDesc);

Completed in 37 milliseconds