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

/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.cpp241 size_t i = segment_for(p);
292 size_t i = segment_for(b) + b->length();
365 size_t beg = segment_for(a);
456 size_t beg = segment_for(best_block);
H A Dheap.hpp100 size_t segment_for(void* p) const { return ((char*)p - _memory.low()) >> _log2_segment_size; } function in class:CodeHeap
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c370 static uint64_t segment_for(jvm_agent_t* J, uint64_t p) { function
384 uint64_t segment = segment_for(J, ptr);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c370 static uint64_t segment_for(jvm_agent_t* J, uint64_t p) { function
384 uint64_t segment = segment_for(J, ptr);

Completed in 60 milliseconds