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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp929 bool is_comment() const { return _offset >= 0; } function in class:CodeString
944 if (is_comment()) {
952 while (s != NULL && !s->is_comment()) {

Completed in 191 milliseconds