Searched defs:relocation_size (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp135 int relocation_size() const { return (address) relocation_end() - (address) relocation_begin(); } function in class:VALUE_OBJ_CLASS_SPEC
H A DcodeCache.cpp57 int relocation_size; member in class:CodeBlob_sizes
69 relocation_size = 0;
84 relocation_size * 100 / total_size,
96 relocation_size += cb->relocation_size();
H A Dnmethod.cpp126 int relocation_size; member in struct:nmethod_stats_struct
140 relocation_size += nm->relocation_size();
155 if (relocation_size != 0) tty->print_cr(" relocation = %d", relocation_size);
175 native_relocation_size += nm->relocation_size();
2399 if (relocation_size () > 0) tty->print_cr(" relocation [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2402 relocation_size());

Completed in 336 milliseconds