Searched defs:find_vma (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1331 static bool find_vma(address addr, address* vma_low, address* vma_high) { function
1525 if (find_vma((address)stack_start, &low, &high)) {
1531 warning("Can't detect initial thread stack location - find_vma failed");
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1139 static bool find_vma(address addr, address* vma_low, address* vma_high) { function
1333 if (find_vma((address)stack_start, &low, &high)) {
1339 warning("Can't detect initial thread stack location - find_vma failed");

Completed in 65 milliseconds