Searched refs:is_methodOop (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c477 static int is_methodOop(jvm_agent_t* J, uint64_t methodOopPtr) { function
1187 if (is_methodOop(J, J->methodOopPtr)) {
1414 * If we call is_methodOop(J, methodOopPtr) before codecache_contains(J, pc)
1420 if (is_methodOop(J, J->methodOopPtr)) {
1434 else if (is_methodOop(J, J->methodOopPtr)) {
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c477 static int is_methodOop(jvm_agent_t* J, uint64_t methodOopPtr) { function
1187 if (is_methodOop(J, J->methodOopPtr)) {
1414 * If we call is_methodOop(J, methodOopPtr) before codecache_contains(J, pc)
1420 if (is_methodOop(J, J->methodOopPtr)) {
1434 else if (is_methodOop(J, J->methodOopPtr)) {

Completed in 59 milliseconds