Searched refs:find_start (Results 1 - 5 of 5) 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
H A Dheap.hpp142 void* find_start(void* p) const; // returns the block containing p or NULL
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.hpp98 CodeBlob* result = (CodeBlob*)_heap->find_start(start);
/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 32 milliseconds