Searched refs:fix_oop_relocations (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp459 void fix_oop_relocations(address begin, address end, bool initialize_immediates);
463 void fix_oop_relocations(address begin, address end) { fix_oop_relocations(begin, end, false); } function in class:nmethod
464 void fix_oop_relocations() { fix_oop_relocations(NULL, NULL, false); } function in class:nmethod
H A Dnmethod.cpp1023 fix_oop_relocations(NULL, NULL, /*initialize_immediates=*/ true);
1048 void nmethod::fix_oop_relocations(address begin, address end, bool initialize_immediates) { function in class:nmethod
1812 cur->fix_oop_relocations();
H A DcodeCache.cpp547 nm->fix_oop_relocations();

Completed in 47 milliseconds