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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp99 void add_debug_info_for_null_check(int pc_offset, CodeEmitInfo* cinfo);
H A Dc1_LIRAssembler.cpp416 add_debug_info_for_null_check(code_offset(), cinfo);
419 void LIR_Assembler::add_debug_info_for_null_check(int pc_offset, CodeEmitInfo* cinfo) { function in class:LIR_Assembler
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp1162 add_debug_info_for_null_check(offset, info);
1402 if (info != NULL) add_debug_info_for_null_check(offset, info);
1533 // before the call to add_debug_info_for_null_check, otherwise the PcDescs don't get
1549 if (info != NULL) add_debug_info_for_null_check(offset, info);
3236 add_debug_info_for_null_check(null_check_offset, info);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp838 add_debug_info_for_null_check(null_check_here, info);
1089 add_debug_info_for_null_check(null_check_here, info);
3495 add_debug_info_for_null_check(null_check_offset, op->info());

Completed in 71 milliseconds