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

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c365 static int codecache_contains(jvm_agent_t* J, uint64_t ptr) { function
1414 * If we call is_methodOop(J, methodOopPtr) before codecache_contains(J, pc)
1417 * So it is better to call codecache_contains(J, pc) from the beginning.
1430 if (codecache_contains(J, pc)) {
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c365 static int codecache_contains(jvm_agent_t* J, uint64_t ptr) { function
1414 * If we call is_methodOop(J, methodOopPtr) before codecache_contains(J, pc)
1417 * So it is better to call codecache_contains(J, pc) from the beginning.
1430 if (codecache_contains(J, pc)) {

Completed in 55 milliseconds