Searched refs:heap_start (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djhelper.d193 this->heap_start = copyin_ptr(this->Universe_collectedHeap +
201 this->heap_end = this->heap_start + this->heap_size;
316 this->methodOopPtr > this->heap_start && this->methodOopPtr < this->heap_end/
327 this->methodOopPtr > this->heap_start && this->methodOopPtr < this->heap_end/
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djhelper.d193 this->heap_start = copyin_ptr(this->Universe_collectedHeap +
201 this->heap_end = this->heap_start + this->heap_size;
316 this->methodOopPtr > this->heap_start && this->methodOopPtr < this->heap_end/
327 this->methodOopPtr > this->heap_start && this->methodOopPtr < this->heap_end/
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.cpp590 uintptr_t heap_start = (uintptr_t) heap->_reserved.start(); local
597 assert(heap_start >= ((uintptr_t)NULL + epsilon), "sanity");
598 void* before_heap = (void*)(heap_start - epsilon);

Completed in 31 milliseconds