Searched refs:PatchingRelocIterator (Results 1 - 2 of 2) 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(); }
H A DrelocInfo.cpp361 void PatchingRelocIterator:: prepass() {
373 void PatchingRelocIterator:: postpass() {

Completed in 38 milliseconds