comparison src/share/vm/asm/assembler.hpp @ 8883:b9a918201d47

Merge with hsx25
author Gilles Duboscq <duboscq@ssw.jku.at>
date Sat, 06 Apr 2013 20:04:06 +0200
parents a5de0cc2f91c
children de6a9e811145 15120a36272d
comparison
equal deleted inserted replaced
8660:d47b52b0ff68 8883:b9a918201d47
334 334
335 // Associate a comment with the current offset. It will be printed 335 // Associate a comment with the current offset. It will be printed
336 // along with the disassembly when printing nmethods. Currently 336 // along with the disassembly when printing nmethods. Currently
337 // only supported in the instruction section of the code buffer. 337 // only supported in the instruction section of the code buffer.
338 void block_comment(const char* comment); 338 void block_comment(const char* comment);
339 // Copy str to a buffer that has the same lifetime as the CodeBuffer
340 const char* code_string(const char* str);
339 341
340 // Label functions 342 // Label functions
341 void bind(Label& L); // binds an unbound label L to the current code position 343 void bind(Label& L); // binds an unbound label L to the current code position
342 344
343 // Move to a different section in the same code buffer. 345 // Move to a different section in the same code buffer.