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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp947 return next_comment();
950 CodeString* next_comment() const { function in class:CodeString
962 a = a->next_comment();
972 while (((c = a->next_comment()) != NULL) && (c->offset() == offset)) {
1005 c = c->next_comment();

Completed in 631 milliseconds