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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTrace.cpp88 const char *op_pos = strchr(curr, '+'); local
90 if (minus_pos != NULL && (minus_pos < op_pos || op_pos == NULL)) {
91 op_pos = minus_pos;
94 const char *flags = op_pos + 1;
96 if (op_pos == NULL || op_pos > curr_end) {
99 op_pos = curr_end;
102 op = *op_pos;
139 size_t len = op_pos
[all...]

Completed in 53 milliseconds