comparison src/share/vm/asm/assembler.hpp @ 7204:f0c2369fda5a

8003250: SPARC: move MacroAssembler into separate file Reviewed-by: jrose, kvn
author twisti
date Thu, 06 Dec 2012 09:57:41 -0800
parents cd3d6a6b95d9
children 18d56ca3e901
comparison
equal deleted inserted replaced
7201:c5d414e98fd4 7204:f0c2369fda5a
245 }; 245 };
246 friend class InstructionMark; 246 friend class InstructionMark;
247 #ifdef ASSERT 247 #ifdef ASSERT
248 // Make it return true on platforms which need to verify 248 // Make it return true on platforms which need to verify
249 // instruction boundaries for some operations. 249 // instruction boundaries for some operations.
250 inline static bool pd_check_instruction_mark(); 250 static bool pd_check_instruction_mark();
251 251
252 // Add delta to short branch distance to verify that it still fit into imm8. 252 // Add delta to short branch distance to verify that it still fit into imm8.
253 int _short_branch_delta; 253 int _short_branch_delta;
254 254
255 int short_branch_delta() const { return _short_branch_delta; } 255 int short_branch_delta() const { return _short_branch_delta; }