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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1164 class internal_word_Relocation : public DataRelocation { class in inherits:DataRelocation
1171 new(rh) internal_word_Relocation(target);
1178 new(rh) internal_word_Relocation(NULL);
1182 internal_word_Relocation(address target) { function in class:internal_word_Relocation
1192 internal_word_Relocation() { } function in class:internal_word_Relocation
1200 // in the code stream. See internal_word_Relocation::target().
1211 class section_word_Relocation : public internal_word_Relocation {

Completed in 203 milliseconds