src/share/vm/code/compiledIC.hpp

changeset 8427
c3d0bd36ab28
parent 8075
be740540f60c
child 8604
04d83ba48607
child 8997
f8a45a60bc6b
equal deleted inserted replaced
8419:65a0107d52ed 8427:c3d0bd36ab28
318 friend CompiledStaticCall* compiledStaticCall_before(address return_addr); 318 friend CompiledStaticCall* compiledStaticCall_before(address return_addr);
319 friend CompiledStaticCall* compiledStaticCall_at(address native_call); 319 friend CompiledStaticCall* compiledStaticCall_at(address native_call);
320 friend CompiledStaticCall* compiledStaticCall_at(Relocation* call_site); 320 friend CompiledStaticCall* compiledStaticCall_at(Relocation* call_site);
321 321
322 // Code 322 // Code
323 static void emit_to_interp_stub(CodeBuffer &cbuf); 323 static address emit_to_interp_stub(CodeBuffer &cbuf);
324 static int to_interp_stub_size(); 324 static int to_interp_stub_size();
325 static int reloc_to_interp_stub(); 325 static int reloc_to_interp_stub();
326 326
327 // State 327 // State
328 bool is_clean() const; 328 bool is_clean() const;

mercurial