Searched defs:print_block_comment (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp189 virtual void print_block_comment(outputStream* stream, address block_begin) const { function in class:VALUE_OBJ_CLASS_SPEC
191 _strings.print_block_comment(stream, offset);
H A Dnmethod.hpp637 virtual void print_block_comment(outputStream* stream, address block_begin) const { function in class:nmethod
639 CodeBlob::print_block_comment(stream, block_begin);
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp998 void CodeStrings::print_block_comment(outputStream* stream, intptr_t offset) const { function in class:CodeStrings

Completed in 38 milliseconds