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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp47 // PatchingRelocIterator
568 friend class PatchingRelocIterator;
569 // make an uninitialized one, for PatchingRelocIterator:
1350 class PatchingRelocIterator : public RelocIterator { class in inherits:RelocIterator
1359 PatchingRelocIterator(const RelocIterator&);
1363 PatchingRelocIterator(nmethod* nm, address begin = NULL, address limit = NULL) function in class:PatchingRelocIterator
1366 ~PatchingRelocIterator() { postpass(); }

Completed in 36 milliseconds