Searched defs:next_pos (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_blocks.h47 int next_pos; member in struct:BlockHeader
/openjdk7/hotspot/src/os/bsd/vm/
H A DattachListener_bsd.cpp142 char* next_pos = strchr(_pos, '\0'); local
143 if (next_pos < _end) {
144 next_pos++;
146 _pos = next_pos;
/openjdk7/hotspot/src/os/linux/vm/
H A DattachListener_linux.cpp142 char* next_pos = strchr(_pos, '\0'); local
143 if (next_pos < _end) {
144 next_pos++;
146 _pos = next_pos;
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp189 char* next_pos = strchr(_pos, '\0'); local
190 if (next_pos < _end) {
191 next_pos++;
193 _pos = next_pos;

Completed in 34 milliseconds