Searched refs:DataRelocation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp870 // A DataRelocation always points at a memory or load-constant instruction..
874 class DataRelocation : public Relocation { class in inherits:Relocation
922 class oop_Relocation : public DataRelocation {
1115 class external_word_Relocation : public DataRelocation {
1164 class internal_word_Relocation : public DataRelocation {
H A DrelocInfo.cpp1146 DataRelocation* r = (DataRelocation*) reloc();

Completed in 38 milliseconds