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

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c161 uint64_t CodeCache_high; member in struct:jvm_agent
345 OFFSET_VirtualSpace_high, &J->CodeCache_high);
367 return (J->CodeCache_low <= ptr && ptr < J->CodeCache_high);
382 if (J->CodeCache_low <= ptr && ptr < J->CodeCache_high) {
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c161 uint64_t CodeCache_high; member in struct:jvm_agent
345 OFFSET_VirtualSpace_high, &J->CodeCache_high);
367 return (J->CodeCache_low <= ptr && ptr < J->CodeCache_high);
382 if (J->CodeCache_low <= ptr && ptr < J->CodeCache_high) {

Completed in 39 milliseconds