Searched defs:find_start (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.cpp222 assert(p == find_start(p), "illegal deallocation");
237 void* CodeHeap::find_start(void* p) const { function in class:CodeHeap
284 HeapBlock* b = (HeapBlock*)find_start(q);
364 // Update find_start map
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c378 static int find_start(jvm_agent_t* J, uint64_t ptr, uint64_t *startp) { function
1157 err = find_start(J, pc, &start);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c378 static int find_start(jvm_agent_t* J, uint64_t ptr, uint64_t *startp) { function
1157 err = find_start(J, pc, &start);

Completed in 46 milliseconds