Searched refs:CodeCache_low (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djhelper.d174 this->CodeCache_low = copyin_ptr(this->CodeCache_heap_address +
206 this->CodeCache_low <= this->pc && this->pc < this->CodeCache_high/
214 this->segment = (this->pc - this->CodeCache_low) >>
273 this->block = this->CodeCache_low +
H A Dlibjvm_db.c160 uint64_t CodeCache_low; member in struct:jvm_agent
342 OFFSET_VirtualSpace_low, &J->CodeCache_low);
367 return (J->CodeCache_low <= ptr && ptr < J->CodeCache_high);
371 return (p - J->CodeCache_low) >> J->SIZE_CodeCache_log2_segment;
375 return J->CodeCache_low + (i << J->SIZE_CodeCache_log2_segment);
382 if (J->CodeCache_low <= ptr && ptr < J->CodeCache_high) {
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djhelper.d174 this->CodeCache_low = copyin_ptr(this->CodeCache_heap_address +
206 this->CodeCache_low <= this->pc && this->pc < this->CodeCache_high/
214 this->segment = (this->pc - this->CodeCache_low) >>
273 this->block = this->CodeCache_low +
H A Dlibjvm_db.c160 uint64_t CodeCache_low; member in struct:jvm_agent
342 OFFSET_VirtualSpace_low, &J->CodeCache_low);
367 return (J->CodeCache_low <= ptr && ptr < J->CodeCache_high);
371 return (p - J->CodeCache_low) >> J->SIZE_CodeCache_log2_segment;
375 return J->CodeCache_low + (i << J->SIZE_CodeCache_log2_segment);
382 if (J->CodeCache_low <= ptr && ptr < J->CodeCache_high) {

Completed in 30 milliseconds