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

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djhelper.d160 this->CodeCache_heap_address = copyin_ptr(&``__1cJCodeCacheF_heap_);
174 this->CodeCache_low = copyin_ptr(this->CodeCache_heap_address +
177 this->CodeCache_high = copyin_ptr(this->CodeCache_heap_address +
180 this->CodeCache_segmap_low = copyin_ptr(this->CodeCache_heap_address +
183 this->CodeCache_segmap_high = copyin_ptr(this->CodeCache_heap_address +
187 this->CodeCache_heap_address + OFFSET_CodeHeap_log2_segment_size);
H A Dlibjvm_db.c153 uint64_t CodeCache_heap_address; member in struct:jvm_agent
280 err = read_pointer(J, vmp->address, &J->CodeCache_heap_address);
341 err = read_pointer(J, J->CodeCache_heap_address + OFFSET_CodeHeap_memory +
344 err = read_pointer(J, J->CodeCache_heap_address + OFFSET_CodeHeap_memory +
347 err = read_pointer(J, J->CodeCache_heap_address + OFFSET_CodeHeap_segmap +
350 err = read_pointer(J, J->CodeCache_heap_address + OFFSET_CodeHeap_segmap +
354 err = ps_pread(J->P, J->CodeCache_heap_address + OFFSET_CodeHeap_log2_segment_size,
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djhelper.d160 this->CodeCache_heap_address = copyin_ptr(&``__1cJCodeCacheF_heap_);
174 this->CodeCache_low = copyin_ptr(this->CodeCache_heap_address +
177 this->CodeCache_high = copyin_ptr(this->CodeCache_heap_address +
180 this->CodeCache_segmap_low = copyin_ptr(this->CodeCache_heap_address +
183 this->CodeCache_segmap_high = copyin_ptr(this->CodeCache_heap_address +
187 this->CodeCache_heap_address + OFFSET_CodeHeap_log2_segment_size);
H A Dlibjvm_db.c153 uint64_t CodeCache_heap_address; member in struct:jvm_agent
280 err = read_pointer(J, vmp->address, &J->CodeCache_heap_address);
341 err = read_pointer(J, J->CodeCache_heap_address + OFFSET_CodeHeap_memory +
344 err = read_pointer(J, J->CodeCache_heap_address + OFFSET_CodeHeap_memory +
347 err = read_pointer(J, J->CodeCache_heap_address + OFFSET_CodeHeap_segmap +
350 err = read_pointer(J, J->CodeCache_heap_address + OFFSET_CodeHeap_segmap +
354 err = ps_pread(J->P, J->CodeCache_heap_address + OFFSET_CodeHeap_log2_segment_size,

Completed in 39 milliseconds