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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp459 void fix_oop_relocations(address begin, address end, bool initialize_immediates);
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) { argument
1054 if (initialize_immediates && reloc->oop_is_immediate()) {

Completed in 676 milliseconds