Searched refs:reloc_size (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp339 void Compile::shorten_branches(uint* blk_starts, int& code_size, int& reloc_size, int& stub_size) { argument
358 reloc_size = 1; // Number of relocation entries
361 // relative jmp_offset and reloc_size information. The second performs
391 reloc_size += mach->reloc();
400 reloc_size += reloc_java_to_interp();
568 reloc_size += 1; // Relo entry for exception handler
570 // Adjust reloc_size to number of record of relocation info
574 reloc_size *= 10 / sizeof(relocInfo);
H A Dcompile.hpp999 void shorten_branches(uint* blk_starts, int& code_size, int& reloc_size, int& stub_size);
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp3127 uint reloc_size = instr->reloc(_globalNames); local
3128 if ( reloc_size != 0 ) {
3130 fprintf(fp," return %d;\n", reloc_size);

Completed in 59 milliseconds