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

/openjdk9/hotspot/src/share/vm/memory/
H A Diterator.hpp301 CodeBlobToOopClosure(OopClosure* cl, bool fix_relocations) : _cl(cl), _fix_relocations(fix_relocations) {} argument
304 bool fix_relocations() const { return _fix_relocations; } function in class:CodeBlobToOopClosure
310 MarkingCodeBlobClosure(OopClosure* cl, bool fix_relocations) : CodeBlobToOopClosure(cl, fix_relocations) {} argument
/openjdk9/hotspot/src/share/vm/code/
H A DcodeCache.cpp693 const bool fix_relocations = f->fix_relocations(); local

Completed in 46 milliseconds