Searched refs:normalize_address (Results 1 - 2 of 2) 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);
H A DrelocInfo.hpp812 void normalize_address(address& addr, const CodeSection* dest, bool allow_other_sections = false);

Completed in 39 milliseconds