Searched refs:print_block_comment (Results 1 - 5 of 5) 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/compiler/
H A Ddisassembler.cpp359 cb->print_block_comment(st, p);
361 _strings.print_block_comment(st, (intptr_t)(p - _start));
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp261 void print_block_comment(outputStream* stream, intptr_t offset) const PRODUCT_RETURN;
H A DcodeBuffer.cpp998 void CodeStrings::print_block_comment(outputStream* stream, intptr_t offset) const { function in class:CodeStrings

Completed in 42 milliseconds