Searched defs:block_comment (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp343 void AbstractAssembler::block_comment(const char* comment) { function in class:AbstractAssembler
345 code_section()->outer()->block_comment(offset(), comment);
H A DcodeBuffer.cpp909 void CodeBuffer::block_comment(intptr_t offset, const char * comment) { function in class:CodeBuffer

Completed in 40 milliseconds