Searched refs:add_call_info_here (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp64 ce->add_call_info_here(_info);
77 ce->add_call_info_here(_info);
92 ce->add_call_info_here(_info);
106 ce->add_call_info_here(_info);
125 ce->add_call_info_here(_info);
151 ce->add_call_info_here(_info);
173 ce->add_call_info_here(_info);
196 ce->add_call_info_here(_info);
219 ce->add_call_info_here(_info);
351 ce->add_call_info_here(_inf
[all...]
H A Dc1_LIRAssembler_sparc.cpp3150 add_call_info_here(info);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp86 ce->add_call_info_here(_info);
116 ce->add_call_info_here(_info);
127 ce->add_call_info_here(_info);
152 ce->add_call_info_here(_info);
175 ce->add_call_info_here(_info);
198 ce->add_call_info_here(_info);
226 ce->add_call_info_here(_info);
372 ce->add_call_info_here(_info);
391 ce->add_call_info_here(_info);
400 ce->add_call_info_here(_inf
[all...]
H A Dc1_LIRAssembler_x86.cpp3660 add_call_info_here(info);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp142 void add_call_info_here(CodeEmitInfo* info) { add_call_info(code_offset(), info); } function in class:LIR_Assembler

Completed in 1585 milliseconds