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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp543 void Relocation::normalize_address(address& addr, const CodeSection* dest, bool allow_other_sections) { function in class:Relocation
594 normalize_address(_first_oop, dest);
595 normalize_address(_oop_limit, dest);
614 normalize_address(_static_call, insts);
664 normalize_address(_target, dest, true);
730 if (internal()) normalize_address(_target, dest);

Completed in 79 milliseconds