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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp555 RelocationHolder _rh; // where the current relocation is allocated member in class:RelocIterator
1336 name##_Relocation* r = new(_rh) name##_Relocation(); \
H A DrelocInfo.cpp425 return new(_rh) Relocation();
472 return itr._rh;

Completed in 47 milliseconds