Searched refs:next_pos (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_blocks.h47 int next_pos; member in struct:BlockHeader
H A Dhprof_blocks.c88 block_header->next_pos = header_size;
139 pos = block->next_pos;
141 block->next_pos += nbytes;
/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 51 milliseconds