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

/openjdk10/hotspot/src/share/vm/ci/
H A DciReplay.cpp104 char* _bufptr; member in class:CompileReplay
131 _bufptr = _buffer;
148 _bufptr = _buffer;
181 if (sscanf(_bufptr, "%i%n", &v, &read) != 1) {
184 _bufptr += read;
196 if (sscanf(_bufptr, INTPTR_FORMAT "%n", &v, &read) != 1) {
199 _bufptr += read;
206 while (*_bufptr == ' ' || *_bufptr == '\t') {
207 _bufptr
[all...]

Completed in 40 milliseconds