Searched refs:add_call_info (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp95 void add_call_info(int pc_offset, CodeEmitInfo* cinfo);
142 void add_call_info_here(CodeEmitInfo* info) { add_call_info(code_offset(), info); }
H A Dc1_LIRAssembler.cpp330 void LIR_Assembler::add_call_info(int pc_offset, CodeEmitInfo* cinfo) { function in class:LIR_Assembler
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp2862 add_call_info(code_offset(), op->info());
2873 add_call_info(code_offset(), op->info());
2925 add_call_info(pc_for_athrow_offset, info); // for exception handler
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp765 // The peephole pass fills the delay slot, add_call_info is done in
775 // The peephole pass fills the delay slot, add_call_info is done in
2046 add_call_info(pc_for_athrow_offset, info); // for exception handler
3094 add_call_info(code_offset(), call_info);

Completed in 51 milliseconds